accounts-users

List Account to User relationships

This endpoint returns a list of AccountUser resources.

To get the list of accounts the user has access to, the filter[user] has to be specified. To get the list of users that have access to an account the filter[account] has to be specified.

get/account-users

Query parameters

filter[account]string

The account filter.

filter[user]string

The user filter.

filter[team]string

The Team filter.

filter[status]string

The AccountUser status filter.

filter[is-admin]string

List only users who have admin role on the account.

querystring

Query string

page[number]string

Page number

page[size]string

Page size

sortstring[]

The comma-separated list of attributes.

includestring[]

The comma-separated list of relationship paths.

Response

Success.

Changes

No recorded changes to this endpoint across all 1 revision of this API.