cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
449
Views
0
Helpful
2
Replies

Status of User thorugh xml API

shanmuga3
Level 1
Level 1

can we able to get the Status of the user while creating User through XML API

2 Replies 2

Dirk-Jan Uittenbogaard
Cisco Employee
Cisco Employee

What status would you like to get while creating the XML API?

When you created a user through the XML API the returned message will give you a summary of what happened:

- SUCCESS

- FAILURE

- ERROR MESSAGE

kasutton
Cisco Employee
Cisco Employee

CreateUser would not return the status of the user, only whether the request succeeded or failed. To get the status of a user, you would want to use GetUser.

https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference/#getuser

Kasey