Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents a user's availability to be assigned shifts in the schedule.
Methods
| Method | Return Type | Description |
|---|---|---|
| Get | shiftPreferences | Read the properties and relationships of a shiftPreferences object. |
| Update | shiftPreferences | Update a shiftPreferences object. |
Properties
| Property | Type | Description |
|---|---|---|
| availability | shiftAvailability collection | Availability of the user to be scheduled for work and its recurrence pattern. |
| createdDateTime | DateTimeOffset | Timestamp corresponding to when the entity was created. |
| id | String | The identifier of the entity. |
| lastModifiedBy | identitySet | Identity of the person who last modified the entity. |
| lastModifiedDateTime | DateTimeOffset | Timestamp corresponding to when the entity was last modified. |
| @odata.etag | String | The change key for the entity. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"availability": [{"@odata.type": "microsoft.graph.shiftAvailability"}]
}