This endpoint returns a paginated list of all members of the authenticated account’s community.
GET
Authorizations
This API uses OAuth 2 with the authorization code flow.
You must pass in your client_id
to the Authorization
header using Bearer
.
Query Parameters
Page number for pagination
Required range:
x >= 1
Number of items per page
Required range:
1 <= x <= 100