This endpoint returns a paginated list of all members of the authenticated account’s community.
This API uses OAuth 2 with the authorization code flow.
You must pass in your client_id
to the Authorization
header using Bearer
.
Page number for pagination
x >= 1
Number of items per page
1 <= x <= 100
Members successfully retrieved
The response is of type object
.
This endpoint returns a paginated list of all members of the authenticated account’s community.
This API uses OAuth 2 with the authorization code flow.
You must pass in your client_id
to the Authorization
header using Bearer
.
Page number for pagination
x >= 1
Number of items per page
1 <= x <= 100
Members successfully retrieved
The response is of type object
.