Edit

Share via


signUpIdentity 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 the identity of the user who initiated a sign-up.

Properties

Property Type Description
signUpIdentifier String The identification that the user is trying to utilize to sign up.
signUpIdentifierType signUpIdentifierType The type of sign-up the user initiated. Possible values include: emailAddress, unknownFutureValue. Supports $filter (eq) on the emailAddress.

JSON representation

The following JSON representation shows the resource type.

{
  "signUpIdentifier": "String",
  "signUpIdentifierType": "String"
}