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
sUserCatPerm| Name | 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": "cc901665-e475-48e6-8263-66b83302630a",
"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