userRegistrationMethodSummary resource type
Namespace: microsoft.graph
Represents the summary of number of users registered for each authentication method. For more information about license requirements for this feature, see Authentication Methods Activity: Permissions and licenses.
Methods
Method | Return Type | Description |
---|---|---|
List | userRegistrationMethodSummary | Get the number of users registered for each authentication method. |
Properties
Property | Type | Description |
---|---|---|
totalUserCount | Int64 | Total number of users in the tenant. |
userRegistrationMethodCounts | userRegistrationMethodCount collection | Number of users registered for each authentication method. |
userRoles | includedUserRoles | The role type of the user. Possible values are: all , privilegedAdmin , admin , user , unknownFutureValue . |
userTypes | includedUserTypes | User type. Possible values are: all , member , guest , unknownFutureValue . |
The value privilegedAdmin
consists of the following Microsoft Entra roles.
- Global Administrator
- Security Administrator
- Conditional Access Administrator
- Exchange Administrator
- SharePoint Administrator
- Helpdesk Administrator
- Billing Administrator
- User Administrator
- Authentication Administrator
The value admin
includes all Microsoft Entra admin roles.
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.userRegistrationMethodSummary",
"totalUserCount": "Int64",
"userRegistrationMethodCounts": [{"@odata.type": "microsoft.graph.userRegistrationMethodCount"}],
"userRoles": "String",
"userTypes": "String"
}