Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api-reference/beta/resources/presence.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ This resource supports subscribing to [change notifications](/graph/changenotifi

| Property | Type | Description |
| :------------------ | :------------------| :--------------------------------------- |
| activity | String | The supplemental information to a user's availability. Possible values are `available`, `away`, `beRightBack`, `busy`, `doNotDisturb`, `offline`, `outOfOffice`, `presenceUnknown`. |
| availability | String | The base presence information for a user. Possible values are `available`, `away`, `beRightBack`, `busy`, `doNotDisturb`, `focusing`, `inACall`, `inAMeeting`, `offline`, `presenting`, `presenceUnknown`. |
| activity | String | The supplemental information to a user's availability. Possible values are `Available`, `Away`, `BeRightBack`, `Busy`, `DoNotDisturb`, `Offline`, `OutOfOffice`, `PresenceUnknown`. |
| availability | String | The base presence information for a user. Possible values are `Available`, `Away`, `BeRightBack`, `Busy`, `DoNotDisturb`, `Focusing`, `InACall`, `InAMeeting`, `Offline`, `Presenting`, `PresenceUnknown`. |
| id | String | The unique identifier for the user. |
| outOfOfficeSettings | [outOfOfficeSettings](outofofficesettings.md) | The out of office settings for a user. |
| sequenceNumber | String | The lexicographically sortable String stamp that represents the version of a **presence** object. |
Expand Down
4 changes: 2 additions & 2 deletions api-reference/v1.0/resources/presence.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ This resource supports subscribing to [change notifications](/graph/changenotifi

| Property | Type | Description |
| :------------------ | :------------------| :--------------------------------------- |
| activity | String | The supplemental information to a user's availability. Possible values are `available`, `away`, `beRightBack`, `busy`, `doNotDisturb`, `offline`, `outOfOffice`, `presenceUnknown`. |
| availability | String | The base presence information for a user. Possible values are `available`, `away`, `beRightBack`, `busy`, `doNotDisturb`, `focusing`, `inACall`, `inAMeeting`, `offline`, `presenting`, `presenceUnknown`. |
| activity | String | The supplemental information to a user's availability. Possible values are `Available`, `Away`, `BeRightBack`, `Busy`, `DoNotDisturb`, `Offline`, `OutOfOffice`, `PresenceUnknown`. |
| availability | String | The base presence information for a user. Possible values are `Available`, `Away`, `BeRightBack`, `Busy`, `DoNotDisturb`, `Focusing`, `InACall`, `InAMeeting`, `Offline`, `Presenting`, `PresenceUnknown`. |
| id | String | The unique identifier for the user. |
| outOfOfficeSettings | [outOfOfficeSettings](outofofficesettings.md) | The out of office settings for a user. |
| sequenceNumber | String | The lexicographically sortable String stamp that represents the version of a **presence** object. |
Expand Down