POST api/Permissions/{userId}/{permissionId}
Assigns the permission to the user.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
permissionId |
The permission identifier. |
integer |
Required |
userId |
The user identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The result of the operation.
ESignSystems.Core.Results.OperationResultName | Description | Type | Additional information |
---|---|---|---|
Succeeded | boolean |
None. |
|
Content | Object |
None. |
|
Errors | Collection of string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.