Get multiple users

Retrieves a list of users with OData like query support

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

OData like filter expression. Supported operators: eq, ne, and. Supported fields: importKey, givenName, familyName, email, isEnabled, username. Examples:

  • givenName eq 'John'
  • isEnabled eq 'true'
  • familyName eq 'Smith' and isEnabled eq 'true'
string

Order results by one or more fields. Use 'asc' or 'desc' for direction. Example: familyName asc, givenName asc

integer
1 to 50
Defaults to 10

Number of records to return (page size)

boolean
Defaults to false

Include total count of matching records in response

string

Comma-separated list of fields to include in response. Example: id,givenName,familyName,email

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json