cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
573
Views
0
Helpful
3
Replies

Get end user details API

OEmam2
Level 1
Level 1

i need API to get al end user details to integrate with 3rd party application 

3 Replies 3

BjoernMartin
Spotlight
Spotlight

Hi!

Maybe an getUser or getAppUser request will help you.


<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/12.5">
    <soapenv:Header/>
    <soapenv:Body>
        <ns:getUser sequence="?">
            <!--You have a CHOICE of the next 2 items at this level-->
           <userid>YOUR_USER</userid>
        </ns:getUser>
    </soapenv:Body>
</soapenv:Envelope>

Is that the right thing? If not, please describe what you need exactly?

OEmam2
Level 1
Level 1

Thanks for your support 
i need CUCM API which i can integrate with SAP application to get all Extension number and userID as i am not developer 
so could you help me how can i test this 

Hi Omar. 

First prepare your cucm! Start AXL Web Service and create a appuser with Standard AXL API Access:
https://developer.cisco.com/docs/axl/#!authentication/authentication

Attached is a Python script with which you can read out all users and phone numbers.

 

Get started with AXL:

https://developer.cisco.com/site/axl/