10-17-2024 07:37 AM
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
Solved! Go to Solution.
10-19-2024 08:37 AM
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.
10-19-2024 08:37 AM
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.
10-22-2024 11:16 AM
Thank you. I'll send them an email.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide