Search for users via GET

Filtering and searching are not supported.

SecurityAuthorization
Request
query Parameters
startIndex
integer <int32>
Default: 1

Index of total result set to start list from

count
integer <int32>
Default: 200

Number of items to retrieve, starting at the given index

attributes
string

Limit result to items that contain these attributes at the minimum. See the specification

excludedAttributes
string

Exclude these attributes from the result set. See the specification

Responses
200

A list of resources, formatted as per the specification

204

OK, but no content to return.

400

Bad Request. Please check the response contents for an explanation of the cause. Causes include exceeding the team license, duplicate or empty user names or names that exceed 100 characters.

401

Unauthorized. Please check whether your API key or application key has sufficient permissions. In case you are unsure, please refer the documentation on application keys and permissions.

403

Forbidden

500

An internal error happened. Please forward the associated error ID along with any helpful information to our support

get/scim/v2/Users