userSignUpMetric 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 insights of daily and monthly user sign-ups on apps registered in your tenant that is configured for Microsoft Entra External ID for customers.

Inherits from entity.

Methods

Method Return type Description
List daily userSignUpMetric collection Get a list of daily user sign-ups on apps registered in your tenant configured for Microsoft Entra External ID for customers.
List monthly userSignUpMetric collection Get a list of monthly user sign-ups on apps registered in your tenant configured for Microsoft Entra External ID for customers.

Properties

Property Type Description
count Int64 The total number of users who signed up in the specified period. Supports $filter (eq).
factDate Date The date of the user insight.
id String Identifier for the user insight. Inherited from entity.
os String The device plaform that the customers used. Supports $filter (eq).

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.userSignUpMetric",
  "count": "Int64",  
  "factDate": "String (date)",
  "id": "String (identifier)",
  "os": "String"
}