Search for groups via POST

Filtering and sorting are not supported.

SecurityAuthorization
Request
Request Body schema:

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

object
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, non-existing group members or exceeding the maximum of 50 groups per User.

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

post/scim/v2/Groups/.search
Request samples
{
  • "schemas": [
    ],
  • "attributes": [
    ],
  • "startIndex": 1,
  • "count": 10
}