UDS and Custom User LDAP fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2015 10:06 PM
Hi,
When using this:
https://developer.cisco.com/media/cisco-user-data-serviccs-usd-api-refs/index.html?users.htm
It return a default set of attributes, let's called them Standard User fields.
There is others fields in the CUCM database that I would to be returned. They are called Custom User Fields.
Is there a way to get them with UDS ?
- Labels:
-
User Data Services

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2015 10:18 PM
Not via UDS. You can get at this information via AXL, however note this is a server-to-server type interface (admin-level credentials), so if you want to expose this to users, you may need a proxy service.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2015 03:17 AM
Since the custom ldap field belongs to the user, it would be a great idea to return them.
Currently, it return the following fields:
- userName
- firstName
- lastName
- middleName
- nickName
- phoneNumber
- homeNumber
- mobileNumber
- directoryUri
- msUri
- department
- manager
- title
- pager
