API quick reference
You can use our SCIM API endpoints to automate and speed up the creation, discovery, retrieval, and modification of user and user group resources:
Discover | Read | Modify |
Understand what features and data our SCIM server supports:
|
Access users and groups:
|
Manage users and groups:
|
The table below shows the list of all endpoints currently available in our SCIM API.
Note:
Please, check out our SCIM API Reference page for more details.
Users | GET /Users
GET /Users/{id} POST /Users PUT /Users/{id} PATCH /Users/{id} | |
Groups | GET /Groups
GET /Groups/{id} POST /Groups PUT /Groups/{id} PATCH /Groups/{id} DELETE /Groups/{id} |
|
Service provider config | GET /ServiceProviderConfig | |
Resource types | GET /ResourceTypes | |
Schemas | GET /Schemas |
Updated over 2 years ago