User
List users
List the users of the workspace, whatever their state.
GET
cURL
Lists the users of the workspace with their license, role and state. Users are returned whatever their state (active, suspended, gone or deleted). Use the
email query parameter to look up a single user by email; an unknown email returns an empty list.Authorizations
Query Parameters
Paginate the results starting at the cursor returned by a previous call. Pages may contain fewer than "limit" results; iterate until no nextCursor is returned.
Return only the user with this email. When provided, cursor and limit are ignored. An unknown email returns an empty list.
Return at most "limit" results.
Required range:
1 <= x <= 100Response
Users were successfully retrieved
cURL
