/group/{group-id}/admins
The admin members of a group.
POST /group/{group-id}/admins HTTP/1.1
Host: localhost:3000
manage_groups
permission is required.MANAGE
permission) of the workspace at witch is attached the parent group.Name | Description | Type |
---|---|---|
|
An array of |
|
If successful :
{
"success": true
}
Otherwise a relevant error message will be returned.
You can't update admin members using this edge. If you want to unset admin permission to users, see the Deleting section.
DELETE /group/{group-id}/admins HTTP/1.1
Host: localhost:3000
Name | Description | Type |
---|---|---|
|
An array of |
|
If successful :
{
"success": true
}
Otherwise a relevant error message will be returned.