Members
List account members
List all members of the authenticated account, including pending invitations.
get/api/v1/members
Query parameters
status'pending' | 'active' | 'suspended'
Filter by member status
limitinteger
offsetinteger
Response
List of account members
Example response
{
"data": [
{
"role_name": "Operator"
}
]
}