Skip to main content

UserSummaryDto

The member's user profile; present only when ?expand=user was requested

idstring

Unique identifier of the user

Example: 7Hb2Kp9QvL3mNx0R8tZ4
emailstring

Email address of the user

Example: ops@example.com
display_namestringnullable

Optional display name of the user

Example: Jane Doe
statusstring

Account status

Possible values: [active, inactive, suspended]

UserSummaryDto
{
"id": "7Hb2Kp9QvL3mNx0R8tZ4",
"email": "ops@example.com",
"display_name": "Jane Doe",
"status": "active"
}