1. Docs
  2. API Reference
  3. OrganizationMemberResponseDto

OrganizationMemberResponseDto

Example

JSON
{
  "id": "string",
  "identity": {
    "id": "string",
    "email": "string",
    "first_name": "string",
    "last_name": "string"
  },
  "role": {
    "id": "string",
    "name": "string"
  },
  "effective_from": "2026-04-20T12:00:00.000Z",
  "effective_to": "2026-04-20T12:00:00.000Z",
  "created_at": "2026-04-20T12:00:00.000Z"
}

Properties

6 properties 4 required

id string Required

The membership (role assignment) id.

identity OrganizationMemberIdentityDto Required
role OrganizationMemberRoleDto Required
effective_from string Optional
format: date-timenullable
effective_to string Optional
format: date-timenullable
created_at string Required

When the membership was created.

format: date-time
Was this page helpful?

Tell us how we can improve this guide.