Groups
Add user to group
Adds a user to a group.
Permissions required: Site administration (that is, member of the site-admin group).
post/rest/api/2/group/user
Query parameters
groupnamestring
As a group's name can change, use of groupId is recommended to identify a group.
The name of the group. This parameter cannot be used with the groupId parameter.
groupIdstring
The ID of the group. This parameter cannot be used with the groupName parameter.
Request body
Response
Returned if the request is successful.