Skip to content

Search for groups via POST

Request

Filtering and sorting are not supported.

Security
Authorization
Bodyrequired

A JSON object with fields as in the GET search request.

object
POST
/scim/v2/Groups/.search
curl -i -X POST \
  https://developer.celonis.com/_mock/celonis-apis/scim-api/openapi/scim_openapi_spec/scim/v2/Groups/.search \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/scim+json' \
  -d '{
    "schemas": [
      "urn:ietf:params:scim:api:messages:2.0:SearchRequest"
    ],
    "attributes": [
      "id"
    ],
    "startIndex": 1,
    "count": 10
  }'

Responses

A list of resources, formatted as per the specification