Get accounts by member ID
GET /customer/accounts
GET
/customer/accounts
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” memberId
required
string format: uuid
role
string
Responses
Section titled “ Responses ”Accounts the member belongs to
Array<object>
object
id
required
string format: uuid
tenantId
required
string
name
required
string
type
required
string
status
required
string
metadata
required
object | null
createdAt
required
string | null
updatedAt
required
string | null
role
required
string
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