User
Query all non-tombstoned Users. This will return a slimmed User with only id, email, email_verified, and roles properties.
Used to query User-to-Workspace associations
get/users/workspaceAssociations
Query parameters
limitinteger
Maximum number of users to return in a single response. Additional pages of results can be retrieved by passing the cursor (returned in the results) on a subsequent call.
cursorstring
Cursor to use for pagination
Response
Results of the query
Changes
No recorded changes to this endpoint across all 10 revisions of this API.