get_users_community_space
Retrieve paginated list of users in a community space, sorted by creation date, with configurable page size up to 200 users per page.
Instructions
🟢 READ-ONLY · Community · GET /v2/community/spaces/{id}/users
Get users of a community space
Returns a list with all the users of the space. The users are in sorted order, with the oldest created user appearing first, and the list is paginated, with a default limit of 10 users per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier of the community space | |
| page | No | Filter by the page number. In case page number is higher than the maximum one, the results of last page will be returned | |
| items_per_page | No | Filter by the items per page number |