Skip to main content

users

Returns the list of user that joined the project The search field allows to search in : id, phonNumber, firstName, allFirstNames, lastName

This query is restricted to a Project access token (Learn More)

users(
after: String
before: String
filters: UserFilterInput
first: Int! = 50
search: String
): UserConnection!

Arguments

users.after ● String scalar

users.before ● String scalar

users.filters ● UserFilterInput input

users.first ● Int! non-null scalar

users.search ● String scalar

@deprecated(reason: "use the search field in UserFilterInput")

Type

UserConnection object

Implements the Relay Connection interface, used to paginate list of element (Learn More)