POST api/Permissions/{userId}?permissionIdsList={permissionIdsList}
Assigns the permissions to the user.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userId |
The user identifier. |
integer |
Required |
permissionIdsList |
The permission identifiers. |
string |
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.