findUsers
Returns users, optionally matching the specified criteria
findUsers(
limit: PositiveInt = 100
offset: PositiveInt
orderBy: UserOrderBy
orderDirection: OrderDirection
where: UserWhere
): [User!]!
Arguments
findUsers.limit
● PositiveInt
scalar
findUsers.offset
● PositiveInt
scalar
findUsers.orderBy
● UserOrderBy
enum
findUsers.orderDirection
● OrderDirection
enum
findUsers.where
● UserWhere
input
Type
User
object
Represents a user of the platform, whether a person (interactive user) or a third-party application. Users are members of the platform home tenant, people are AAD tenant users, applications are app registrations.