onUserCreateStartExternalUsersSelfServiceSignUp 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.

Represents a managed handler for the user creation step in an external identities self-service sign-up user flow on a Microsoft Entra workforce or customer tenant. It defines whether a guest or member user type is created.

Inherits from onUserCreateStartHandler. Complex type.

Properties

Property Type Description
userTypeToCreate userType The type of user object to create. 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"
}