POST api/UserRole/unlock/{RoleId}/{Reason}/{LockBy}/{IsLock}
Lock/Unlock User Role Using Group ID
Request Information
URI Parameters
| Name | description | Type | Additional information |
|---|---|---|---|
| RoleId | integer |
Required |
|
| Reason | string |
Default value is |
|
| LockBy | string |
Default value is |
|
| IsLock | boolean |
Default value is True |
Body Parameters
None.
response Information
Resource description
Role Locked/Unlocked Successfully
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |