Number of APIs: 4
1. Get a user
GET {{baseUrl}}/scim2/Users/:userId
Use this API to return information about a specific user. OAuth Scope: scim2
Rate Limit Label: Light
PUT {{baseUrl}}/scim2/Users/:userId
Use this API to update a user's information. OAuth Scope: scim2
Rate Limit Label: Light
DELETE {{baseUrl}}/scim2/Users/:userId
Use this API to delete a user. OAuth Scope: scim2
Rate Limit Label: Light
PATCH {{baseUrl}}/scim2/Users/:userId
Use this API to activate or deactivate a user. OAuth Scope: scim2
Rate Limit Label: Light
ENDPOINTS