userRegistrationMethodSummary 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.
Summary of number of users registered for each authentication method.
Methods
Method | Return Type | Description |
---|---|---|
usersRegisteredByMethod | 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 | User role type. Possible values are: all , privilegedAdmin , admin , user . |
userTypes | includedUserTypes | User type. Possible values are: all , member , guest . |
The value privilegedAdmin
consists of the following privileged admin roles:
- Global admin
- Security admin
- Conditional Access admin
- Exchange admin
- SharePoint admin
- Helpdesk admin
- Billing admin
- User admin
- Authentication admin
The value admin
includes all Azure AD admin roles.
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.userRegistrationMethodSummary",
"totalUserCount": "Integer",
"userTypes": "String",
"userRoles": "String",
"userRegistrationMethodCounts": [
{
"@odata.type": "microsoft.graph.userRegistrationMethodCount"
}
]
}
Feedback
Submit and view feedback for