SecurityMembers
- 23 May 2023
- 1 Minuto para leer
- Colaboradores
- Impresión
- OscuroLigero
SecurityMembers
- Actualizado en 23 May 2023
- 1 Minuto para leer
- Colaboradores
- Impresión
- OscuroLigero
The content is currently unavailable in Spanish. You are viewing the default English version.
Resumen del artículo
¿Te ha resultado útil este resumen?
Gracias por sus comentarios
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.
|
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.
|
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 |
¿Te ha sido útil este artículo?