Add User to Group
Add a user to an Office 365 group.
Input
Field | Definition | Type | Required |
---|---|---|---|
User | |||
Id or Username | The user ID or username of the Office 365 user. This is the user's User Principal Name (UPN). A UPN is formed by taking the username and domain and combining them with the @ separator. for example, john.doe@somedomain.com . This could be the user’s email address, but this is not true in all cases. |
String | TRUE |
Group | |||
Id | The ID of the group to which the user will be added. | String | TRUE |
Output
Field | Definition | Type |
---|---|---|
Output | ||
Status Code | The status code returned by the API. A value of 204 indicates the user was added to the group successfully. |
Number |