POST /SecurityMembers
Add a security member.
Body Parameters
Parameter | Type | Description |
---|
parentId* | Guid | ID of the template category parent. |
memberId* | Guid | Security member ID. |
role* | Int | Security role to set.- None (0)
- Owner (1)
- Editor (2)
- Publisher (3)
- Viewer (4)
- Member (5)
|
isGroup* | Bool | Is this a group? |
Response Codes
Code | Description |
---|
400 | Bad Request |
401 | Unauthorized |
409 | Conflict |
201 | Created |
PUT /SecurityMembers
Update the current role of a security member.
Body Parameters
Parameter | Type | Description |
---|
parentId* | Guid | ID of the template category parent. |
memberId* | Guid | Security member ID. |
role* | Int | Security role to set.- None (0)
- Owner (1)
- Editor (2)
- Publisher (3)
- Viewer (4)
- Member (5)
|
Response Codes
Code | Description |
---|
400 | Bad Request |
401 | Unauthorized |
404 | Not Found |
DELETE /SecurityMembers
Remove a security member.
Query Parameters
Parameter | Type | Description |
---|
parentId* | Guid | Security member parent ID. |
memberId* | Guid | Security member ID. |
Response Codes
Code | Description |
---|
400 | Bad Request |
401 | Unauthorized |
404 | Not Found |
GET /SecurityMembers
Get all security members.
Query Parameters
Parameter | Type | Description |
---|
parentId* | Guid | Security member parent ID. |
Response Codes
Code | Description |
---|
400 | Bad Request |
401 | Unauthorized |