Export Workspace Users
GET/api/workspaces/:workspace_id/users/export/
Returns a CSV-file export of all Users in the workspace. Excludes Organization Admins.
Request
Path Parameters
workspace_id stringrequired
Query Parameters
limit integer
Number of results to return per page.
offset integer
The initial index from which to return the results.
Responses
- 200
- 401
- 403
Exported CSV-file
No authentication found or authentication is not correct.
Specified path is not allowed
Permission evaluation:
Is Authenticated Workspace Admin
Descriptions:
Is Authenticated Workspace Admin
: Checks whether the user has admin rights to the workspace.
Loading...