Skip to main content
GET
/
api
/
v2
/
sso
/
directory-groups
/
{id}
/
users
List users for a SSO directory group
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>"
      }
    ]
  }
}

Path Parameters

id
string
required

The SSO directory group identifier.

Response

Directory group and the Sample users that belong to it.

Directory group and the Sample users that belong to it.

group
object
required