Get list of collaborators
Retrieve a list of all users in a workspace. The response includes two primary elements:
- **Data:** an array of objects, each representing a collaborator.
- **Total:** The total number of collaborators returned.
Your API client role must be assigned the Get collaborators `GET /api/members` privilege to use this endpoint.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Response
Success reply
data
List of users with roles and access details.
total
Total number of users in the response.