1. Docs
  2. API Reference
  3. AccountMemberResponseDto

The AccountMemberResponseDto object

Example

{
  "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

  • user_idstring*
  • emailstring*
  • first_namestring*
  • last_namestring*
  • avatar_urlstring
  • account_rolestring*

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

  • joined_atstring (date-time)*