SCIM Compliant REST Endpoints

User Management/SCIM Compliant
User Management REST APIs which are compliant with the System for Cross-domain Identity Management (SCIM) specification. The SCIM specification is an open standard that facilitates managing user identities across cloud-based applications and services.
Add, Update or Remove User Information
Method: patch
Path: /rest/v16/scim/users/{id}
Create a User
Method: post
Path: /rest/v16/scim/users
Get a User
Method: get
Path: /rest/v16/scim/users/{id}
Get All Users
Method: get
Path: /rest/v16/scim/users
Inactivate a User
Method: delete
Path: /rest/v16/scim/users/{id}
Update a User
Method: put
Path: /rest/v16/scim/users/{id}