Groups
Like users, groups have a simplified interface.
GETs (Reading Data)
Resource | Description |
---|---|
|
Get a list of groups. |
|
Get a specific group, given a group name. |
|
Get the users for a group, given a group name. |
|
Get the categories associated with a group, given a group name. |
PUTs (Modifying Data)
Resource | Description |
---|---|
|
Update the metadata of a group (for example, change the |
|
Add a user to the group, given a group name and username. |
|
Associate a category with the group, given a group name and category name. |