Allows a custom profile to be edited in the system.
URL
{RMUrl}/api/admin/profiles/< profile_id>
REQUEST METHOD
PUT
URL PARAMETER
profile_id: ID of the profile to be edited.
FORM CONTENT
Name (Required): Name of the profile to be edited in the Administration module. Limit of 50 characters.
Description (Required): Description of the profile to be edited. Limit of 250 characters.
Module (Required): Module of the profile to be edited.
Note: to see the corresponding IDs of each module, see the topic Modulo Risk Manager Features -> 8. Administration -> 8.3 Profiles -> View Profile Details.
FORM CONTENT EXAMPLE
{
"Name": "Reviewer of Loss Events",
"Description": " Members of this profile by default have permission to all privileges of the ERM solution,... [continue]",
"Module": {"ID": 11 }
}
SUCCESS RESPONSE
HTTP status code 204: NoContent.