Account SCIM API OpenAPI specification issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2023 03:46 AM
I'm trying to get a list of all users, groups and service principals on Azure from a python script. As I understand things I should be using the Account SCIM API for this. According to the azure documentation [ref], the OpenAPI specification for this is here, however, this OpenAPI spec seems to have multiple issues, for one it uses `type: uuid`, and when I try and use it with openapi-python-client I get a whole host of errors (see here).
The OpenAPI spec also has `DEPRECATED in favor of http://go/openapi/spec` at the top, which is a bit confusing and not very helpful.
Is this the right OpenAPI specification to use? If not where can I get the right one? And if it is, how can I report these issues with the OpenAPI spec?