Set Other User's Presence - Admin
Sets the presence state of a another user.
Set presence information for a particular user.
POSTyourpodURL.symphony.com/pod/v3/user/presence
Query parameters
Header parameters
Body
category*string
Presence status. Possible values are:
- UNDEFINED
- AVAILABLE
- BUSY
- DO_NOT_DISTURB
- ON_THE_PHONE
- BE_RIGHT_BACK
- IN_A_MEETING
- AWAY
- OUT_OF_OFFICE
- OFF_WORK
- OFFLINE
"AWAY"
userIdinteger (int64)
The ID of the user to whom the presence state relates.
14568529068038
Response
OK
Body
category*string
Presence status. Possible values are:
- UNDEFINED
- AVAILABLE
- BUSY
- DO_NOT_DISTURB
- ON_THE_PHONE
- BE_RIGHT_BACK
- IN_A_MEETING
- AWAY
- OUT_OF_OFFICE
- OFF_WORK
- OFFLINE
"AWAY"
userIdinteger (int64)
The ID of the user to whom the presence state relates.
14568529068038
timestampinteger (int64)
The time, in milliseconds since Jan 1 1970, when the presence state was set.
1533928483800
Request
Response
🚧 User role requirementTo set the presence of another user, this endpoint requires to be called by a service user with the "User Provisioning" Entitlement.
Last updated