Check Existing User Flows

GET {{baseFlow}}/beta/identity/b2cUserFlows/{{checkRequestId}}

This request checks if a user flow with the given ID exists in Azure AD B2C. It does this through generating the checkRequestId variable in the pre-request script, and it uses bearerTokenFlow for authentication. If a user flow with the given ID does not exist yet, it returns a 404 response and sets the next request to be Create New User Flow, and if it does exist, it returns a 200 response.

This request also uses a variable called baseFlow as part of the request URL. This allows the switching of this request from a regular GET request (which would use https://graph.microsoft.com) to an example generated through the Mock Server (which would use the Mock Server URL).

HEADERS

KeyDatatypeRequiredDescription
x-mock-response-namestring