Get the Current Tenant's Users
{ getUsersByCurrentTenant }
Returns a list of all users ids in the current tenant.
Method
/API3/access/getUsersByCurrentTenant
- Enterprise Admin
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
Returns a generic response object with the list of users for 'CURRENT' tenant. Note that the response is returned as a list of items of this object type.
Notes
The results of this function can be used with other methods like 'getUser' to perform user-based operations.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP