PUT v1/Entities({CompanyId})/SecurityRoles({SecurityRoleId})/Permissions({PermissionId})
Enable a Permission for a Security Role
Information:
Base URL:
https://api.covasoft.net/usermanager
Example of a call would be:
https://api.covasoft.net/usermanager/v1//Entities({CompanyId})/SecurityRoles({SecurityRoleId})/Permissions({PermissionId})
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| CompanyId | The unique Company Id that was provided in your onboarding pacakage | integer | Required | 
| SecurityRoleId | The Security Role Id for which you want to Enable a Permission | integer | Required | 
| PermissionId | The Permission Id that you want to Enable | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information | 
|---|---|---|---|
| Version | Version | None. | |
| Content | HttpContent | None. | |
| StatusCode | HttpStatusCode | None. | |
| ReasonPhrase | string | None. | |
| Headers | Collection of Object | None. | |
| RequestMessage | HttpRequestMessage | None. | |
| IsSuccessStatusCode | boolean | None. |