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

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Success reply
datalist of objects or null
List of users with roles and access details.
totalinteger or null
Total number of users in the response.

Errors