Add User to User Group¶
This endpoint adds a user to a user group.
Request¶
PUT https://v2.api.uberflip.com/users/{userId}/user-groups/{groupId}
Path Parameters | Description |
---|---|
userId | The unique identifier of the user |
groupId | The unique identifier of the user |
Examples¶
curl -X PUT -H "Authorization: Bearer [Token]" \
-i https://v2.api.uberflip.com/users/{userId}/user-groups/{groupId}
Sample response:
HTTP/1.1 204 NO CONTENT
Content-Type: application/json