Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
User Flows enable you to define predefined, configurable policies for sign-in, sign-up, combined sign-up and sign-in, password reset, and profile update. This is a base class that other user flows inherit from.
Property | Type | Description |
---|---|---|
id | String | The identifier of the user flow. The prefix of B2C_1_ is added to the value that you provide. |
userFlowType | userFlowType | 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. |
None
The following JSON representation shows the resource type.
{
"id": "String (identifier)",
"userFlowType": "string",
"userFlowTypeVersion": "Single"
}
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in