Skip to main content

Get Users

GET 

/api/users

Find all users with the specified filters.

You can find more information about user management here.

Filter:

  • email: The email of a user; must be an exact match.
  • roles: A set of roles the users should have.
  • groups: A set of groups the users should be a member of.
  • identities: A set of identity providers the users should be connected to.
  • createdAtAfter: A date the users should be created after.
  • createdAtBefore: A date the users should be created before.
  • lastActiveAfter: A date the users should be last active after.
  • lastActiveBefore: A date the users should be last active before.

Tokens

Request

Responses

The users.