Skip to main content
GET
/
api
/
v2
/
sso
/
directory-groups
/
{id}
/
users
{
  "group": {
    "id": "<string>",
    "name": "<string>",
    "users": [
      {
        "id": "<string>",
        "name": "<string>",
        "email": "[email protected]"
      }
    ]
  }
}

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