1. Docs
  2. API Reference
  3. AdminAssignmentResponseDto

AdminAssignmentResponseDto

Example

JSON
{
  "id": "string",
  "admin_role_id": "string",
  "user_id": "string",
  "environment_id": "string",
  "scope_type": "account",
  "application_node_id": "string",
  "effective_from": "2026-04-20T12:00:00.000Z",
  "effective_to": "2026-04-20T12:00:00.000Z",
  "revoked_at": "2026-04-20T12:00:00.000Z",
  "created_at": "2026-04-20T12:00:00.000Z",
  "updated_at": "2026-04-20T12:00:00.000Z"
}

Properties

11 properties 6 required

id string Required
admin_role_id string Required
user_id string Required
environment_id string Optional
nullable
scope_type enum Required
Enumaccountenvironmentnode
application_node_id string Optional
nullable
effective_from string Optional
format: date-timenullable
effective_to string Optional
format: date-timenullable
revoked_at string Optional
format: date-timenullable
created_at string Required
format: date-time
updated_at string Required
format: date-time
Was this page helpful?

Tell us how we can improve this guide.