/user/{user-id}/groups
The groups at which is attached the user.
POST /user/me/groups HTTP/1.1
Host: localhost:3000
publish_groups
permission is required.MANAGE
permission) of the workspace at witch is attached the parent user.Name | Description | Type |
---|---|---|
|
The name of the group. |
|
|
The ID of the |
|
|
Notes about the group. |
|
|
Custom fields attached to the group. |
|
|
An array of |
|
|
The privacy of the group. |
|
If successful :
{
"success" : true,
"_id" : "..."
}
Otherwise a relevant error message will be returned.
You can update groups by using the /group
edge.
You can delete groups by using the /group
edge.