Skip to content

Search for users via GET

Request

Filtering and searching are not supported.

Security
Authorization
Query
startIndexinteger, (int32)

Index of total result set to start list from

Default:1
countinteger, (int32)

Number of items to retrieve, starting at the given index

Default:200
attributesstring

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

excludedAttributesstring

Exclude these attributes from the result set. See the specification

GET
/scim/v2/Users
curl -i -X GET \
  'https://developer.celonis.com/_mock/celonis-apis/scim-api/openapi/scim_openapi_spec/scim/v2/Users?startIndex=1&count=200&attributes=string&excludedAttributes=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

A list of resources, formatted as per the specification