| 101 | === !Groups/Users === |
| 102 | |
| 103 | ||GET||/v1/groups/{group_id}/users||get a list of users associated within the group {group_id}|| |
| 104 | ||GET||/v1/groups/{group_id}/users/{user_id}||get a user in group by {group_id}|| |
| 105 | ||POST||/v1/groups{group_id}/users/{user_id}||associate users to the group by {group_id}|| |
| 106 | ||POST||/v1/groups{group_id}/users||associate users to the group by {group_id}|| |
| 107 | ||DELETE||/v1/groups/{group_id}/users/{user_id}||remove a user from the group|| |
| 108 | ||DELETE||/v1/groups/{group_id}/users||remove users from the group|| |
| 109 | |