Search groups with filters using POST
POST {{HOST}}/admin/v1/Groups/.search
Searching the existing groups using the POST method.
Request Body
{"schemas"=>["urn:ietf:params:scim:api:messages:2.0:SearchRequest"], "attributes"=>["displayName", "externalId"], "filter"=>"displayName sw \"Ex\"", "startIndex"=>1, "count"=>10}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":1,"Resources":[{"displayName":"Example Contractors","externalId":"123456","id":"75bacfe7f7914fc49de2c71f3a979b53"}],"startIndex":1,"itemsPerPage":10}