Hi, I’m looking to integrate Shopify (With a Plus subscription) with some Identity Governance software using SCIM (docs). The Shopify docs say that SCIM user management is supported (link), and that the following functionality is present:
- Create users
- Deactivate users
SCIM defines a number of standardised REST API endpoints for user management. Which of these are implemented and supported? Deactivate users does not seem to correspond to anything in the SCIM docs - which call / endpoint would I query to do this?
Also, it seems odd that only those two endpoints would be implemented and not, say, list users.
TL;DR - The Shopify docs are vague on what SCIM endpoints are actually supported. Which ones are?