You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ print usersApi.get_users_me()
60
60
If connecting to a Genesys Cloud environment other than mypurecloud.com (e.g. mypurecloud.ie), set the new base path before constructing any API classes. The new base path should be the base path to the Platform API for your environment.
61
61
62
62
```{"language":"python"}
63
-
region = PureCloudRegionHosts.us_east_1
63
+
region = PureCloudPlatformClientV2.PureCloudRegionHosts.us_east_1
:param str sort_by: Root level field name to sort on. Only 'name' is supported on this endpoint.
1328
+
:param str sort_by: Root level field name to sort on.
1329
1329
:param str sort_order: Direction to sort 'sortBy' field.
1330
1330
:param str secure: Filter to only include secure actions. True will only include actions marked secured. False will include only unsecure actions. Do not use filter if you want all Actions.
Gets the presence for a Microsoft Teams user. This will return the Microsoft Teams presence mapped to GenesysCloud presence with additional activity details in the message field. This presence source is read-only.
451
+
Gets the presence for a Microsoft Teams user. This will return the Microsoft Teams presence mapped to Genesys Cloud presence with additional activity details in the message field. This presence source is read-only.
452
452
453
453
This method makes a synchronous HTTP request by default. To make an
454
454
asynchronous HTTP request, please define a `callback` function
The presence object can be patched one of three ways. Option 1: Set the 'primary' property to true. This will set the PURECLOUD source as the user's primary presence source. Option 2: Provide the presenceDefinition value. The 'id' is the only value required within the presenceDefinition. Option 3: Provide the message value. Option 1 can be combined with Option 2 and/or Option 3.
698
698
699
699
This method makes a synchronous HTTP request by default. To make an
0 commit comments