onUserCreateStartExternalUsersSelfServiceSignUp resource type

Namespace: microsoft.graph

This is a managed handler for the user creation step of a customized authentication flow for an application in a Microsoft Entra external tenant defined by a multi-event policy, externalUsersSelfServiceSignUpEventsFlow. It defines what type of user is created.

Inherits from onUserCreateStartHandler. Complex type.

Properties

Property Type Description
userTypeToCreate String The type of user to create. Maps to userType property of user object. The possible values are: member, guest, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.onUserCreateStartExternalUsersSelfServiceSignUp",
  "userTypeToCreate": "String"
}