Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm working on a user lookup feature and would like to provide a one time presence for the returned users (<10 at a time). I could subscribe to each user as a quick contact and then unsubscribe once a presence has been received how ever the API seem...
Gotta love the lack of documentation. This worked for mapping an agent to a team. POST https://<ccmp server>/Portal/ws/ResourceManagement/rest/resources{
"Resources": [
{
"Type": "Agent Agent Team Member",
"Effect...
@janinegraves, first thank you for all the help and examples you have posted here and elsewhere. It has been invaluable. I've spent some time trying to implement the code you have been discussing here. Basically, to override addXMLBody so you can pr...
Thanks Nicholas,I'm using that method to retrieve presence for a consistent list of users, but was hoping to avoid the hassle of subscribing, getting presence once and unsubscribing. That sounds like my only option at this point.
Determined the issue then found Nicholas' post that partially describes the solution (Problem occurs during development by using the current jabberwerx.).Format the rich presence XML as a string in variable (data) as below. <presence xmlns="http://ja...