Identity Settings REST Endpoints
Identity/Identity Settings
Manage tenant-specific identity settings. This REST API is SCIM compliant.
There is a single pre-seeded instance of IdentitySettings in Oracle Identity Cloud Service.
New instances cannot be created and an existing instance cannot be removed. But, you can update a single instance via PUT or PATCH.
There is a single pre-seeded instance of IdentitySettings in Oracle Identity Cloud Service.
New instances cannot be created and an existing instance cannot be removed. But, you can update a single instance via PUT or PATCH.
- Get Identity Settings
- Method: getPath:
/admin/v1/IdentitySettings/{id} - HTTP Options
- Method:Path:
/admin/v1/IdentitySettings - Replace Identity Settings
- Method: putPath:
/admin/v1/IdentitySettings/{id} - Search Identity Settings
- Method: getPath:
/admin/v1/IdentitySettings - Search Identity Settings Using POST
- Method: postPath:
/admin/v1/IdentitySettings/.search - Update Identity Settings
- Method: patchPath:
/admin/v1/IdentitySettings/{id}