cURL
curl --request GET \ --url http://localhost:8080/api/v1/groups/search \ --header 'Authorization: <api-key>'
[ { "attributes": { "name": "<string>" }, "id": "<string>", "type": "<string>" } ]
Search for groups using a name stub
Name stub to search for
OK
Show child attributes
Was this page helpful?