companyUsers
description
Fetches basic data for all users in the company. Querying data for users in a different company only available for global admins.
companyUsers(
companyId: Int
query: String = ""
offset: Int = 0
limit: Int = 100
sortBy: CompanyUsersSortField = LAST_NAME
sortDirection: SortOrder = ASC
): CompanyUsers!
Arguments
companyUsers.companyId
● Int
scalar
Company id of the company to obtain information from
companyUsers.query
● String
scalar
Usernames to filter by. Supports partial matches. Currently not available.
companyUsers.offset
● Int
scalar
companyUsers.limit
● Int
scalar
Maximum allowed value is 100
companyUsers.sortBy
● CompanyUsersSortField
enum
Sorting key in the response
companyUsers.sortDirection
● SortOrder
enum
Sorting order of the response
Type
CompanyUsers
object
Loading...