1. Docs
  2. API Reference
  3. ScimGroupResponseDto

ScimGroupResponseDto

Example

JSON
{
  "id": "string",
  "external_id": "string",
  "display_name": "string",
  "role_id": "string",
  "application_node_id": "string",
  "member_count": 0,
  "created_at": "2026-04-20T12:00:00.000Z"
}

Properties

7 properties 4 required

id string Required
external_id string Optional
nullable
display_name string Required
role_id string Optional

Mapped role id, or null while the group is unmapped.

nullable
application_node_id string Optional

Placement node id for the mapped role, or null.

nullable
member_count number Required

Current IdP-asserted member count.

created_at string Required
format: date-time
Was this page helpful?

Tell us how we can improve this guide.