POST api/Category/ModifyUser_Cat?idcust={idcust}
Define access permissions User vs Category
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idcust |
current workspace ID |
integer |
Required |
api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
category vs user vs permissions
sUserCatPermName | Description | Type | Additional information |
---|---|---|---|
GIDCat | globally unique identifier |
Required |
|
IDUsr |
ID user or username |
string |
None. |
UserName |
Username or user id |
string |
None. |
rPerm | enRights |
Required |
|
DeleteMe |
Remove definition |
boolean |
None. |
WSPermission |
Indicate if user exists in workspace. ReadOnly |
enRights |
None. |
Request Formats
application/json, text/json
Sample:
{ "GIDCat": "d397f655-df87-4592-8575-4a52f623950c", "IDUsr": "sample string 2", "UserName": "sample string 3", "rPerm": 0, "DeleteMe": true, "WSPermission": 0 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true