List account members
GET /customer/account/{accountId}/members
GET
/customer/account/{accountId}/members
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” accountId
required
string format: uuid
Responses
Section titled “ Responses ”Account members
Array<object>
object
id
required
string format: uuid
accountId
required
string format: uuid
memberId
required
string format: uuid
tenantId
required
string
role
required
string
status
required
string
joinedAt
required
string | null
createdAt
required
string | null
updatedAt
required
string | null
firstName
required
string | null
lastName
required
string | null
email
required
string | null
mobile
required
string | null
Unauthenticated — missing or invalid auth context
object
code
required
string
message
required
string
Forbidden — caller lacks the required permission
object
code
required
string
message
required
string
Internal error (e.g. database failure)
object
code
required
string
message
required
string