Get All Users

get

/rest/v16/scim/users

This endpoint returns a list of all users.

Request

Query Parameters
  • Specifies number of records to be retrieved. If no count is selected default is 50
  • Specifies to search on particular record(s).
  • Specifies to sort the record according to the field(s) mentioned.
  • Specifies to sort the records in ascending or descending order. Acceptable value is ascending or descending, it is case insensitive. if Sortby specified and sortorder not specified then default is ascending. The sortOrder cannot be specified without sortBy
  • Specifies the starting point from which records to be retrieved. Starts from 1
Back to Top

Response

Supported Media Types

Default Response

The response for getting all users.
Body ()
Root Schema : scim-user-collection
Type: object
Show Source
Nested Schema : List of users
Type: array
Title: List of users
List of users
Show Source
Nested Schema : Schemas
Type: array
Title: Schemas
Schemas used in the response.
Show Source
Nested Schema : user-response
Type: object
Show Source
Nested Schema : Email
Type: array
Title: Email
Email of the User
Show Source
Nested Schema : enterpriseUser
Type: object
Show Source
Nested Schema : extensionUser
Type: object
Show Source
Nested Schema : metaData
Type: object
Show Source
Nested Schema : Name
Type: object
Title: Name
Full name of the user
Show Source
Nested Schema : Phone Numbers
Type: array
Title: Phone Numbers
Phone numbers of the User
Show Source
Nested Schema : Schemas
Type: array
Title: Schemas
Schemas used in the response
Show Source
Nested Schema : email
Type: object
Show Source
Nested Schema : addresses
Type: array
Show Source
Nested Schema : address
Type: object
Show Source
Nested Schema : Shipping/Billing Full name
Type: object
Title: Shipping/Billing Full name
Shipping/Billing Full name
Show Source
Nested Schema : phoneNumber
Type: object
Show Source
Back to Top