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
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"
}