1. Docs
  2. API Reference
  3. IdentityAssignmentRowDto

The IdentityAssignmentRowDto object

Example

{
  "identity": {
    "id": "string",
    "first_name": "string",
    "last_name": "string",
    "name": "string",
    "email": "string",
    "avatar_url": "string"
  },
  "role": {
    "id": "string",
    "name": "string"
  },
  "assignment": {
    "id": "string",
    "source_node_id": "string",
    "source_node_name": "string",
    "access_type": "direct",
    "effective_from": "2026-04-20T12:00:00.000Z",
    "effective_to": "2026-04-20T12:00:00.000Z",
    "status": "active",
    "created_at": "2026-04-20T12:00:00.000Z"
  }
}

Properties

  • identityAssignmentIdentityDto*
  • roleAssignmentRoleDto*
  • assignmentAssignmentDetailDto*