/group/{group-id}/members
The members of a group.
GET /group/{group-id}/members HTTP/1.1
Host: localhost:3000
An array of User
objects who are members of the group, in addition to the following field :
Name | Description | Type |
---|---|---|
|
Set to |
|
POST /group/{group-id}/members 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 members using this edge. If you want to set admin permission to users, use the /group/admins
edge.
DELETE /group/{group-id}/members HTTP/1.1
Host: localhost:3000
Name | Description | Type |
---|---|---|
|
An array of |
|
If successful :
{
"success": true
}
Otherwise a relevant error message will be returned.