Creates a new customized profile in the Administration module.
URL
{RMUrl}/api/admin/profiles
REQUEST METHOD
POST
URL PARAMETERS
This feature does not have parameters.
FORM CONTENT
Name (Required): Name of the profile to be created in the Administration module. Limit of 50 characters.
Description (Required): Description of the profile to be created. Limit of 250 characters.
Module (Required): Module of the profile to be created.
FORM CONTENT EXAMPLE
{
"Name": "Enterprise Risk Reviewer",
"Description": " Members of this profile by default have permission to all privileges of the ERM solution.",
"Module": { "Id" : 11 }
}
SUCCESS RESPONSE
HTTP status code 201: ID of the profile created.