06-20-2024 03:43 AM
I noticed that when I retrieve logged in users on phones from the CUCM RISPort API via the 'selectCmDevice' endpoint, the value of the 'LoginUserId' attribute in the response is truncated to 30 characters for me.
Is this known behaviour, is there some setting in the API/server that could change this or might I be querying the API wrong?
Thanks a lot in advance!
Timo
06-20-2024 09:23 AM
Pretty sure there is no setting or input in the request that will change this limitation (a new one to me.)
Perhaps if you get a return that is 30 characters in length, you can then use AXL <listUser> with a "%" wild card to get the rest of the id (unless that returns more than one result..)
06-21-2024 04:06 AM
Okay - thank you. I do have all the user id's already from AXL. My goal was to query RISPort to get information which devices and users use MRA/Expressway and hence have devices for which the IP is one of the internal Expressway IP's. I am now working with the truncated user id's for matching. This is fine, there seem not to be any collisions. Still I find it odd that I can query RISPort for up to 2000 devices with extensive information at once and receive truncated user id's...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide