Directory Actions
The SCIM protocol uses the REST concept to define the actions a SCIM consumer can perform on a resource managed by PingOne for Enterprise Directory (a SCIM service provider). The following actions can be performed against user resources and group resources in the directory:
| HTML Verb | Action |
|---|---|
GET |
Reads / queries for a resource or resources from the service provider. |
POST |
Creates a new resource at the service provider. |
PUT |
Updates an existing resource. This action requires the entire resource provided in the body, making it more like a replace than an update. |
PATCH |
Updates an existing resource with changes to multi-value attributes (such as group membership). |
DELETE |
Deletes a resource at the service provider. |