Adds a User Profile
{ addProfile }
Adds a user profile to the system.
Method
/API2/access/addProfile
Input Parameters
Name
profileApiData
Object Type
Description
The Profile definition object contains the definition for a user profile.
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Notes
User profiles are used to limit end-user access to application functionality. Profiles can be set for both roles and users. Note that certain switch combinations can be mutually exclusive.
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.