Skip to content

Latest commit

 

History

History
143 lines (99 loc) · 4.49 KB

b2cidentityuserflow-get.md

File metadata and controls

143 lines (99 loc) · 4.49 KB
title description ms.localizationpriority doc_type author ms.subservice
Get b2cIdentityUserFlow
Retrieve the properties and relationships a b2cIdentityUserFlow object.
medium
apiPageType
jkdouglas
entra-sign-in

Get b2cIdentityUserFlow

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Retrieve the properties and relationships of a b2cUserFlow object.

[!INCLUDE national-cloud-support]

Permissions

Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions only if your app requires it. For details about delegated and application permissions, see Permission types. To learn more about these permissions, see the permissions reference.

[!INCLUDE permissions-table]

[!INCLUDE rbac-b2xb2c-user-flows-apis]

HTTP request

GET /identity/b2cUserFlows/{id}

Optional query parameters

You can use $expand to expand specific user flow properties that are not expanded by default.

For more information, see OData query parameters.

Request headers

Name Description
Authorization Bearer {token}. Required. Learn more about authentication and authorization.

Request body

Don't supply a request body for this method.

Response

If successful, this method returns a 200 OK response code and a b2cIdentityUserFlow object in the response body.

Example

Request

The following example shows a request.

GET https://graph.microsoft.com/beta/identity/b2cUserFlows/{id}

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]


Response

The following example shows the response.

HTTP/1.1 200 OK
Content-type: application/json

{
    "id": "B2C_1_CustomerSignUp",
    "userFlowType": "signUpOrSignIn",
    "userFlowTypeVersion": 1,
    "isLanguageCustomizationEnabled": false,
    "defaultLanguageTag": null
}