Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/v2/sso/directory-groups/{id}/users
{ "group": { "id": "<string>", "name": "<string>", "users": [ { "id": "<string>", "name": "<string>", "email": "<string>" } ] } }
The SSO directory group identifier.
Directory group and the Sample users that belong to it.
Show child attributes