List users
Get a list of users for a given workspace or team.
GET
/ v1 / users
Authorization
Query parameters
- cursorstring
Use if a previous request returned a cursor. Will page through results.
- teamIdstring
The ID of the team for which all members will be returned.
- workspaceIdstring
The ID of the workspace for which all members will be returned.
Response
200 - application/json - object
-
Contains the nextCursor, if one exists, along with the pageSize.
- nextCursorstring
Make the same query with the new cursor to get more results.
- pageSizenumber
The number of results in this response.
-
-
An array of user objects.