Endpoints
Verify Identity Access supports these SCIM endpoints.
| URL | Method | Description |
|---|---|---|
| /Schemas | GET | Returns a list of all schemas. |
| /Schemas/{id} | GET | Returns a particular schema. |
| /ServiceProviderConfig | GET | Returns the SCIM service provider configuration. |
| /ResourceTypes | GET | Returns a list of resource types that are serviceable by this SCIM service provider. |
| /ResourceTypes/{id} | GET | Returns a particular resource type. |
| /Users | GET | Returns a list of all users. |
| /Users | POST | Creates a new user. |
| /Users/{id} or /Me | GET | Returns a particular user. |
| /Users/{id} or /Me | PUT | Updates an existing user. |
| /Users/{id} or /Me | PATCH | Patches an existing user. |
| /Users/{id} or /Me | DELETE | Deletes an existing user. |
| /Groups | GET | Returns a list of all groups. |
| /Groups | POST | Creates a new group. |
| /Groups/{id} | GET | Returns a particular group. |
| /Groups/{id} | PUT | Updates an existing group. |
| /Groups/{id} | PATCH | Patches an existing group. |
| /Groups/{id} | DELETE | Deletes an existing group. |
Note: The URL /Me is an alias for /Users/{id} where
{id} is the ID of the currently authenticated user.
For a list of standard SCIM endpoints that are not supported by the application, see Unsupported endpoints.
Detailed web services API documentation can be downloaded from the File Downloads page of the appliance LMI. The Verify Identity Access SCIM documentation can be found in the following path:
/access_control/doc/ISAM-Access-Control-scim-rest-api.zip