cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
314
Views
0
Helpful
1
Replies

Count of Users in an Webex Org

sandiban
Cisco Employee
Cisco Employee

Query from Kishor Shawin #webex4devs

Hi, Do we have any ApI which will give us user counts in an org?

1 Reply 1

sandiban
Cisco Employee
Cisco Employee

Hi Kishor,

We don't have any API currently to fetch the count of the available Users in one's Org.

However, we've the /list-people API endpoint which result you can store in a variable.

Once the details stored into the variable, you can use the JSON loads() function to convert it into a Python object or, Dictionary and use the len() function to find its length.

That way, you can fetch the count of the dictionary which should give you the length of Users calculated manually.

You can also try out some other length calculation options manually using other coding styles.

Please let us know for any further assistance!