Search dynamic groups with filters using POST
POST {{stripeUrl}}/admin/v1/DynamicResourceGroups/.search
Searching the existing dynamic groups using the POST method.
Request Body
{"schemas"=>["urn:ietf:params:scim:api:messages:2.0:SearchRequest"], "attributes"=>["displayName", "id"], "filter"=>"displayName sw \"Ex\"", "startIndex"=>1, "count"=>10}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string | ||
Date | string | ||
x-content-sha256 | string |
RESPONSES
status: OK
{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":1,"Resources":[{"displayName":"Example Name","description":"test description","id":"a5b72400872845a98235fa62f8da3241"}],"startIndex":1,"itemsPerPage":10}