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

Create custom attribute in webex

anand_dhage
Level 1
Level 1

How to create custom attribute as "Department" in webex create user api.

1 Accepted Solution

Accepted Solutions

nmorrow
Cisco Employee
Cisco Employee

Hello,

     Custom tracking codes can be found under the parent element named tracking. The schema could not possibly know the names of custom tracking codes, however, so the child elements will be trackingCode1 through trackingCode10, the one you use will depend on the actual enumeration of your custom tracking codes. You may also use the address value named company for department if all host users belong to the same company if you do not wish to use tracking codes.

View solution in original post

1 Reply 1

nmorrow
Cisco Employee
Cisco Employee

Hello,

     Custom tracking codes can be found under the parent element named tracking. The schema could not possibly know the names of custom tracking codes, however, so the child elements will be trackingCode1 through trackingCode10, the one you use will depend on the actual enumeration of your custom tracking codes. You may also use the address value named company for department if all host users belong to the same company if you do not wish to use tracking codes.