1. Docs
  2. API Reference
  3. AccountMemberResponseDto

AccountMemberResponseDto

Example

JSON
{
  "user_id": "string",
  "email": "string",
  "first_name": "string",
  "last_name": "string",
  "avatar_url": "string",
  "account_role": "string",
  "joined_at": "2026-04-20T12:00:00.000Z"
}

Properties

7 properties 6 required

user_id string Required
email string Required
first_name string Required
last_name string Required
avatar_url string Optional
nullable
account_role string Required

Role inside the Account: typically `owner`, `admin`, `member`

joined_at string Required
format: date-time
Was this page helpful?

Tell us how we can improve this guide.