userFlowApiConnectorConfiguration resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Defines which APIs are called at specific points in the user flow. Each relationship of this object corresponds to a specific step in the user flow that can be configured to call an API connector.

Relationships

Relationship Type Description
postFederationSignup identityApiConnector Specifies an API to call after federation with an external identity provider (like Google, Facebook, or Microsoft Entra ID) is completed when user is signing up (doesn't apply to sign in).
postAttributeCollection identityApiConnector Specifies an API to call after a user submits collected attributes and before the user is created during sign-up.

JSON representation

Here's a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.userFlowApiConnectorConfiguration"
}