GET /api/workspaces/users/workspace/{workspace_id}/

Lists all the users that are in a workspace if the authorized user has admin permissions to the related workspace. To add a user to a workspace an invitation must be sent first.

Servers

Path parameters

Name Type Required Description
workspace_id Integer Yes

Lists workspace users related to the provided workspace value.

Query parameters

Name Type Required Description
sorts String No

Sort workspace users by name, email or role.

search String No

Search for workspace users by username, or email.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.