Identity User Flow Permissions for Microsoft Graph
Application
Permission | ID | Purpose | Description |
---|---|---|---|
IdentityUserFlow.Read.All | 1b0c317f-dd31-4305-9932-259a8b6e8099 | Read all identity user flows | Allows the app to read your organization’s user flows, without a signed-in user. |
IdentityUserFlow.ReadWrite.All | 65319a09-a2be-469d-8782-f6b07debf789 | Read and write all identity user flows | Allows the app to read or write your organization’s user flows, without a signed-in user. |
Delegated
Permission | ID | Purpose | Description |
---|---|---|---|
IdentityUserFlow.Read.All | 2903d63d-4611-4d43-99ce-a33f3f52e343 | Read all identity user flows | Allows the app to read your organization’s user flows, on behalf of the signed-in user. |
IdentityUserFlow.ReadWrite.All | 281892cc-4dbf-4e3a-b6cc-b21029bb4e82 | Read and write all identity user flows | Allows the app to read or write your organization’s user flows, on behalf of the signed-in user. |