Skip to content

flow owner remove

Removes owner permissions to a Power Automate flow

Usage

m365 flow owner remove [options]

Options

-e, --environmentName <environmentName>
The name of the environment.
-f, --flowName <flowName>
The name of the Power Automate flow.
--userId [userId]
The ID of the user. Specify either userId, userName, groupId or groupName.
--userName [userName]
User principal name of the user. Specify either userId, userName, groupId or groupName.
--groupId [groupId]
The ID of the group. Specify either userId, userName, groupId or groupName.
--groupName [groupName]
The name of the group. Specify either userId, userName, groupId or groupName.
--asAdmin
Run the command as admin.
--confirm
Don't 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, response, full. Default is full.
--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
Output type. json,text,csv,md. Default json
--verbose
Runs command with verbose logging
--debug
Runs command with debug logging

Examples

Remove owner permissions from a specific Power Automate flow for a user by ID without prompting for confirmation

m365 flow owner remove --userId 5c241023-2ba5-4ea8-a516-a2481a3e6c51 --environmentName Default-c5a5d746-3520-453f-8a69-780f8e44917e --flowName 72f2be4a-78c1-4220-a048-dbf557296a72 --confirm

Remove owner permissions from a specific Power Automate flow for a user by UPN as admin

m365 flow owner remove --userName john.doe@contoso.com --environmentName Default-c5a5d746-3520-453f-8a69-780f8e44917e --flowName 72f2be4a-78c1-4220-a048-dbf557296a72 --asAdmin

Remove owner permissions from a specific Power Automate flow for a group by ID

m365 flow owner remove --groupId 5c241023-2ba5-4ea8-a516-a2481a3e6c51 --environmentName Default-c5a5d746-3520-453f-8a69-780f8e44917e --flowName 72f2be4a-78c1-4220-a048-dbf557296a72

Remove owner permissions from a specific Power Automate flow for a group by name as admin

m365 flow owner remove --groupName "Test group" --environmentName Default-c5a5d746-3520-453f-8a69-780f8e44917e --flowName 72f2be4a-78c1-4220-a048-dbf557296a72 --asAdmin

Response

The command won't return a response on success.