viva engage role member remove
Removes a user from a Viva Engage role
Usage
m365 viva engage role member remove [options]
Options
--roleId [roleId]The id of the Viva Engage role. Specify either
roleIdorroleName, but not both.--roleName [roleName]The name of the Viva Engage role. Specify either
roleIdorroleName, but not both.--userId [userId]The Microsoft Entra ID of the user to remove from the specified Viva Engage role. Specify either
userIdoruserName, but not both.--userName [userName]The UPN of the user to remove from the specified Viva Engage role. Specify either
userIdoruserName, but not both.--forceDo not prompt for confirmation
-h, --help [help]Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options,examples,remarks,permissions,response,full. Default isoptions.--query [query]JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]Output type.
json,text,csv,md,none. Defaultjson.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Permissions
- Delegated
- Application
| Resource | Permissions |
|---|---|
| Microsoft Graph | EngagementRole.ReadWrite.All |
| Resource | Permissions |
|---|---|
| Microsoft Graph | EngagementRole.ReadWrite.All |
Examples
Revoke a user specified by id from a Viva Engage role specified by a name
m365 viva engage role member remove --userId 7a2ca997-9461-402e-9882-58088a370889 --roleName 'Verified Admin'
Revoke a user specified by UPN from a Viva Engage role specified by id and do not prompt for confirmation
m365 viva engage role member remove --userName john.doe@contoso.com --roleId 77aa47ad-96fe-4ecc-8024-fd1ac5e28f17 --force
Response
The command won't return a response on success.