| title | waitingMember resource type |
|---|---|
| description | Represents a user or device that was added to the waiting room for an allotment due to license capacity limits. |
| author | patrick-starrin |
| ms.date | 07/18/2025 |
| ms.localizationpriority | medium |
| ms.subservice | cloud-licensing |
| doc_type | resourcePageType |
Namespace: microsoft.graph.cloudLicensing
[!INCLUDE beta-disclaimer]
Represents a user or device that was added to the waiting room for an allotment due to license capacity limits.
Inherits from entity.
| Method | Return type | Description |
|---|---|---|
| List for allotment | microsoft.graph.cloudLicensing.waitingMember collection | Get a list of over-assigned users who are in the waiting room due to license capacity limits. |
| List for user | microsoft.graph.cloudLicensing.waitingMember collection | Get a list of the waitingMember objects granted to a user. |
| Get | microsoft.graph.cloudLicensing.waitingMember | Read the properties and relationships of waitingMember object. |
| Property | Type | Description |
|---|---|---|
| id | String | The unique identifier for the waitingMember that should be treated as an opaque identifier. Inherited from entity. Not nullable. Read-only. |
| waitingSinceDateTime | DateTimeOffset | Indicates the moment when the user or device first waited for this license. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. |
| Relationship | Type | Description |
|---|---|---|
| allotment | microsoft.graph.cloudLicensing.allotment | The allotment from which licenses are assigned. Not nullable. |
| assignedTo | directoryObject | The user or group to which licenses are assigned. Not nullable. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudLicensing.waitingMember",
"id": "String (identifier)",
"waitingSinceDateTime": "String (timestamp)"
}