Get a list of all user profiles in the system for a specific tenant
{ getAllProfilesByTenantId }
Gets a listing all profiles in the system for a Tenant
Method
/API2/access/getAllProfilesByTenantId
Input Parameters
Name
tenantId
Type
string
Description
The system tenant ID
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
Returns a list of profile data objects profiles in the system. The listing is specific to the selected tenant Note that the response is returned as a list of items of this object type.
Examples
Running Queries and Slicers programmatically (JavaScript):
This example demonstrates how to run queries and slicers (parameters) programmatically to extract results.
The example uses API authentication driven from JavaScript. See Authentication APIs for alternatives.