Add Group Member
POST/api/hive/v1/groups/:id/members/
Adds a user to the group. Only workspace owners can perform this action. The user must already be a member of the workspace.
Request
Responses
- 200
- 201
- 400
- 403
- 404
- 405
User already in group
User added to group successfully
Bad request - validation errors
Only workspace owners can add group members
Group or user not found, or user not in workspace
Method not allowed - user_id not allowed in path for POST