
Rafael Tejada
I'd like to have our auditing system pull the list of active users, including certain fields, from a web service.
Our current process is not automated.
0
Comments
Please sign in to leave a comment.
Hi Rafael, our engineers are furiously working to get the REST API revamped and it will have a lot of information for pulling and pushing user info. For now, we have the GET person api that might suffice. Details here.
I'd like to make sure we are getting your needs baked into our future api. What specifically are you looking to pull?
We'd like to pull the User ID, First Name, Last Name and Status to start.
Sweet. That GET persons API should get you there. Note that user ID is targetName in the API.
Did we get an update if this is available via REST API?
I believe this is possible for SOAP but i would like to know if it's possible for REST API. I can get an individual persons' information based on their API but i would like to know if REST API can pull all Users.
Aris, It looks like in the first launch of the API a search for persons won't be there. Just a GET people based on username or UUID. I'll poke the Product Manager and see where it is on the roadmap.
Ok, Is it possible to use a filter for Get People?
Sample:
https://xxxxxxx.xmatters.com/reapi/2015-04-01/people?targetName=sa*
Not currently possible for a wild card search like that. I added the use case to the internal story.
Also note that the REST API launched. Docs have been updated here: https://help.xmatters.com/ondemand/api/intro-xmatters-apis.htm
No search for persons yet though.