ESC
Type to search...

IdentityUserFlow.Read.All

Export JSON
Export CSV
Copy URL
Print
ApplicationDelegated Read All Resources

Allows the app to read your organization's user flows, without a signed-in user.

Permission data: April 6, 2026 at 4:06 AM UTC
Delegated Access App-Only Access

Permission Details

Application Permission

Read all identity user flows

Allows the app to read your organization's user flows, without a signed-in user.

Delegated Permission Admin consent required

Read all identity user flows

Allows the app to read your organization's user flows, on behalf of the signed-in user.

Properties

Microsoft Graph v1.0 exact-category-docs

Properties is shown from stable Microsoft Graph v1.0 metadata.

Property Type Description
id String The identifier of the user flow. The prefix of B2C1 is added to the value that you provide.
userFlowType userFlowType The possible values are: signUp, signIn, signUpOrSignIn, passwordReset, profileUpdate, resourceOwner, unknownFutureValue.
userFlowTypeVersion Single This is the version of the user flow type. Each user flow type can have different possible versions such as 1, 1.1 or 2.

JSON Representation

Microsoft Graph v1.0 exact-category-docs

JSON representation is shown from stable Microsoft Graph v1.0 metadata.

JSON representation
{
  "id": "String (identifier)",
  "userFlowType": "string",
  "userFlowTypeVersion": "Single"
}

Relationships

Microsoft Graph v1.0 schema-derived

Relationships is shown from stable Microsoft Graph v1.0 metadata.

Relationship Type Description
userFlowType userFlowType Related userFlowType data exposed by this resource.

Graph Methods

Delegated access App-only access
Exact Microsoft Learn match

Microsoft Graph v1.0 endpoints are mapped directly from refreshed Microsoft Learn permissions tables.

Methods
GET /identity/b2xUserFlows
GET /identity/b2xUserFlows/{b2xIdentityUserFlowId}/userAttributeAssignments/getOrder
GET /identity/b2xUserFlows/{id}
GET /identity/b2xUserFlows/{id}/languages
GET /identity/b2xUserFlows/{id}/languages/{id}
GET /identity/b2xUserFlows/{id}/languages/{id}/defaultPages
GET /identity/b2xUserFlows/{id}/languages/{id}/defaultPages/{id}/$value
GET /identity/b2xUserFlows/{id}/languages/{id}/overridesPages
GET /identity/b2xUserFlows/{id}/languages/{id}/overridesPages/{id}/$value
GET /identity/b2xUserFlows/{id}/userAttributeAssignments
GET /identity/b2xUserFlows/{id}/userAttributeAssignments/{id}
GET /identity/userFlowAttributes
GET /identity/userFlowAttributes/{id}
Exact Microsoft Learn match

Microsoft Graph beta endpoints are mapped directly from refreshed Microsoft Learn permissions tables.

Methods
GET /identity/b2cUserFlows
GET /identity/b2cUserFlows/{b2cIdentityUserFlowId}/userAttributeAssignments/getOrder
GET /identity/b2cUserFlows/{id}
GET /identity/b2cUserFlows/{id}/languages
GET /identity/b2cUserFlows/{id}/languages/{id}
GET /identity/b2cUserFlows/{id}/languages/{id}/defaultPages
GET /identity/b2cUserFlows/{id}/languages/{id}/defaultPages/{id}/$value
GET /identity/b2cUserFlows/{id}/languages/{id}/overridesPages
GET /identity/b2cUserFlows/{id}/languages/{id}/overridesPages/{id}/$value
GET /identity/b2cUserFlows/{id}/userAttributeAssignments
GET /identity/b2cUserFlows/{id}/userAttributeAssignments/{id}
GET /identity/b2xUserFlows
GET /identity/b2xUserFlows/{b2xIdentityUserFlowId}/userAttributeAssignments/getOrder
GET /identity/b2xUserFlows/{id}
GET /identity/b2xUserFlows/{id}/languages
GET /identity/b2xUserFlows/{id}/languages/{id}
GET /identity/b2xUserFlows/{id}/languages/{id}/defaultPages
GET /identity/b2xUserFlows/{id}/languages/{id}/defaultPages/{id}/$value
GET /identity/b2xUserFlows/{id}/languages/{id}/overridesPages
GET /identity/b2xUserFlows/{id}/languages/{id}/overridesPages/{id}/$value
GET /identity/b2xUserFlows/{id}/userAttributeAssignments
GET /identity/b2xUserFlows/{id}/userAttributeAssignments/{id}
GET /identity/userFlowAttributes
GET /identity/userFlowAttributes/{id}
GET /identity/userFlows
GET /identity/userFlows/{id}
Exact Microsoft Learn PowerShell match

Microsoft Graph PowerShell v1.0 commands are mapped directly from refreshed Microsoft Learn PowerShell snippets.

Commands
Get-MgIdentityB2XUserFlow /identity/b2xUserFlows
List b2xIdentityUserFlows
Get-MgIdentityB2XUserFlow /identity/b2xUserFlows/{id}
Get b2xIdentityUserFlow
Get-MgIdentityB2XUserFlowLanguage /identity/b2xUserFlows/{id}/languages
List languages
Get-MgIdentityB2XUserFlowLanguage /identity/b2xUserFlows/{id}/languages/{id}
Get userFlowLanguageConfiguration
Get-MgIdentityB2XUserFlowLanguageDefaultPageContent /identity/b2xUserFlows/{id}/languages/{id}/defaultPages/{id}/$value
Get userFlowLanguagePage
Get-MgIdentityB2XUserFlowLanguageOverridePage /identity/b2xUserFlows/{id}/languages/{id}/overridesPages
List overridesPages
Get-MgIdentityB2XUserFlowUserAttributeAssignment /identity/b2xUserFlows/{id}/userAttributeAssignments
List userAttributeAssignments
Get-MgIdentityB2XUserFlowUserAttributeAssignment /identity/b2xUserFlows/{id}/userAttributeAssignments/{id}
Get userAttributeAssignments
Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder /identity/b2xUserFlows/{b2xIdentityUserFlowId}/userAttributeAssignments/getOrder
identityUserFlowAttributeAssignment: getOrder
Get-MgIdentityUserFlowAttribute /identity/userFlowAttributes
List identityUserFlowAttributes
Get-MgIdentityUserFlowAttribute /identity/userFlowAttributes/{id}
Get identityUserFlowAttribute
Exact Microsoft Learn PowerShell match

Microsoft Graph PowerShell beta commands are mapped directly from refreshed Microsoft Learn PowerShell snippets.

Commands
Get-MgBetaIdentityB2CUserFlow /identity/b2cUserFlows
List b2cIdentityUserFlows
Get-MgBetaIdentityB2CUserFlow /identity/b2cUserFlows/{id}
Get b2cIdentityUserFlow
Get-MgBetaIdentityB2CUserFlowLanguage /identity/b2cUserFlows/{id}/languages
List languages
Get-MgBetaIdentityB2CUserFlowLanguage /identity/b2cUserFlows/{id}/languages/{id}
Get userFlowLanguageConfiguration
Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage /identity/b2cUserFlows/{id}/languages/{id}/defaultPages
List defaultPages
Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent /identity/b2cUserFlows/{id}/languages/{id}/defaultPages/{id}/$value
Get userFlowLanguagePage
Get-MgBetaIdentityB2CUserFlowLanguageOverridePage /identity/b2cUserFlows/{id}/languages/{id}/overridesPages
List overridesPages
Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment /identity/b2cUserFlows/{id}/userAttributeAssignments
List userAttributeAssignments
Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment /identity/b2cUserFlows/{id}/userAttributeAssignments/{id}
Get userAttributeAssignments
Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder /identity/b2cUserFlows/{b2cIdentityUserFlowId}/userAttributeAssignments/getOrder
identityUserFlowAttributeAssignment: getOrder
Get-MgBetaIdentityB2XUserFlow /identity/b2xUserFlows
List b2xIdentityUserFlows
Get-MgBetaIdentityB2XUserFlow /identity/b2xUserFlows/{id}
Get b2xIdentityUserFlow
Get-MgBetaIdentityB2XUserFlowLanguage /identity/b2xUserFlows/{id}/languages
List languages
Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment /identity/b2xUserFlows/{id}/userAttributeAssignments
List userAttributeAssignments
Get-MgBetaIdentityUserFlow /identity/userFlows
List userFlows (deprecated)
Get-MgBetaIdentityUserFlow /identity/userFlows/{id}
Get userFlow (deprecated)
Get-MgBetaIdentityUserFlowAttribute /identity/userFlowAttributes
List identityUserFlowAttributes
Get-MgBetaIdentityUserFlowAttribute /identity/userFlowAttributes/{id}
Get identityUserFlowAttribute

Code Examples

C# / .NET SDK
Get b2xIdentityUserFlow
// Code snippets are only available for the latest version. Current version is 5.x

// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=csharp
var result = await graphClient.Identity.B2xUserFlows["{b2xIdentityUserFlow-id}"].GetAsync();
JavaScript
Get b2xIdentityUserFlow
const options = {
	authProvider,
};

const client = Client.init(options);

let b2xIdentityUserFlow = await client.api('/identity/b2xUserFlows/B2X_1_PartnerSignUp')
	.get();
PowerShell
Get b2xIdentityUserFlow
Import-Module Microsoft.Graph.Identity.SignIns

Get-MgIdentityB2XUserFlow -B2xIdentityUserFlowId $b2xIdentityUserFlowId
Python
Get b2xIdentityUserFlow
# Code snippets are only available for the latest version. Current version is 1.x
from msgraph import GraphServiceClient
# To initialize your graph_client, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=python

result = await graph_client.identity.b2x_user_flows.by_b2x_identity_user_flow_id('b2xIdentityUserFlow-id').get()

App Registration

1

Navigate to Azure Portal

Go to App registrations in Microsoft Entra admin center

2

Add API Permission

Select your app → API permissions → Add a permission → Microsoft Graph

3

Select Permission Type

Choose Application permissions or delegated permissions and search for IdentityUserFlow.Read.All

4

Grant Admin Consent

Application permissions always require admin consent.