Changes between Version 13 and Version 14 of api_v1
- Timestamp:
- 2012-09-30T06:40:40Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
api_v1
v13 v14 114 114 115 115 ||GET||/v1/groups/{group_id}/users||get a list of users associated within the group {group_id}|| 116 ||GET||/v1/groups/{group_id}/users/{user_id}||get a user in group by {group_id}||117 ||POST||/v1/groups{group_id}/users/{user_id}||associate users to the group by {group_id}||118 116 ||POST||/v1/groups{group_id}/users||associate users to the group by {group_id}|| 119 ||DELETE||/v1/groups/{group_id}/users/{user_id}||remove a user from the group||120 117 ||DELETE||/v1/groups/{group_id}/users||remove users from the group|| 121 118