cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
521
Views
0
Helpful
2
Replies

Webex Control Hub SCIM 2 API - Cisco extension data missing

Martin Sloan
Level 1
Level 1

As suggested in the developer API docs, we're moving from the /v1/people API to the SCIM API.  When listing users with the new SCIM API, I'm not seeing properties in the urn:scim:schemas:extension:cisco:webexidentity:2.0:User object for things like accountStatus and sipAddresses.  What I get back for that schema is only meta.organizationId and userNameType

......
"urn:scim:schemas:extension:cisco:webexidentity:2.0:User": {
        "meta": {
          "organizationId": <org_id>
        },
        "userNameType": "email"
      },
......

The documentation says that the accountStatus and sipAddresses properties should be included.  Anyone know why those properties are missing in the response?

Thanks

1 Accepted Solution

Rudrakshi
Cisco Employee
Cisco Employee

Engineering have an open ticket for the documentation discrepancies with SCIM API around accountStatus and sipAddresses properties which the team has been working on. However, you could share the API request and response details by sending an email to devsupport@webex.com, that way you'll be informed with the progress or further updates regarding the issue.



Best regards,
Rudrakshi Srivastava

View solution in original post

2 Replies 2

Rudrakshi
Cisco Employee
Cisco Employee

Engineering have an open ticket for the documentation discrepancies with SCIM API around accountStatus and sipAddresses properties which the team has been working on. However, you could share the API request and response details by sending an email to devsupport@webex.com, that way you'll be informed with the progress or further updates regarding the issue.



Best regards,
Rudrakshi Srivastava

Thank you.  I'll send them an email.