Queries
users
List all human members of the workspace, with optional filters to narrow results by role assignability. Supports cursor-based pagination. Requires the user:read permission.
QUERY
users(filters: UsersFilter, first: Int, after: String, last: Int, before: String): UserConnection!Arguments
filters
first
Int
after
String
last
Int
before
String
Returns
edges
[UserEdge!]!
pageInfo
Query
Response
Query
Response

