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/ POST /Users PUT /Users/ PATCH /Users/ | |
Groups | GET /Groups GET /Groups/ POST /Groups PUT /Groups/ PATCH /Groups/ DELETE /Groups/ | |
Service provider config | GET /ServiceProviderConfig | |
Resource types | GET /ResourceTypes | |
Schemas | GET /Schemas |
Updated 4 days ago