Remove User from Group
Remove a user from 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 that the user will be removed from. | String | TRUE |
Output
Field | Definition | Type |
---|---|---|
Output | ||
Status Code | The status code returned by the API. A value of 204 indicates the user was updated successfully. |
Number |