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

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring
Datestring
x-content-sha256string

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}