| title | b2BRegistrationMetricsRecent resource type |
|---|---|
| description | Represents the most recent snapshot of B2B registration metrics. |
| author | akhil-potturi |
| ms.date | 03/10/2026 |
| ms.localizationpriority | medium |
| ms.subservice | entra-tenant-governance |
| doc_type | resourcePageType |
Namespace: microsoft.graph.tenantGovernanceServices
[!INCLUDE beta-disclaimer]
Represents the most recent snapshot of B2B registration metrics, showing current guest counts between related tenants.
Inherits from microsoft.graph.tenantGovernanceServices.b2BRegistrationMetricsBase.
| Property | Type | Description |
|---|---|---|
| id | String | Unique identifier for the metrics snapshot. Inherited from microsoft.graph.entity. |
| inboundTotalUsers | String | The total number of inbound B2B guest users registered. Inherited from microsoft.graph.tenantGovernanceServices.b2BRegistrationMetricsBase. |
| outboundTotalUsers | String | The total number of outbound B2B users from this tenant registered in other tenants. Inherited from microsoft.graph.tenantGovernanceServices.b2BRegistrationMetricsBase. |
| updateDateTime | DateTimeOffset | Timestamp that represents the most recent time B2B registration data was aggregated and have sufficiently changed for the related tenant. |
| watermarkDateTime | DateTimeOffset | The date and time when the metrics snapshot was taken. Inherited from microsoft.graph.tenantGovernanceServices.b2BRegistrationMetricsBase. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.tenantGovernanceServices.b2BRegistrationMetricsRecent",
"id": "String (identifier)",
"watermarkDateTime": "String (timestamp)",
"inboundTotalUsers": "String",
"outboundTotalUsers": "String",
"updateDateTime": "String (timestamp)"
}