UserSummaryDto
The member's user profile; present only when ?expand=user was requested
idstring
Unique identifier of the user
Example:
7Hb2Kp9QvL3mNx0R8tZ4emailstring
Email address of the user
Example:
ops@example.comdisplay_namestringnullable
Optional display name of the user
Example:
Jane Doestatusstring
Account status
Possible values: [active, inactive, suspended]
UserSummaryDto
{
"id": "7Hb2Kp9QvL3mNx0R8tZ4",
"email": "ops@example.com",
"display_name": "Jane Doe",
"status": "active"
}