My Customer Secret Keys REST Endpoints
Identity/My Customer Secret Keys
Manage logged in user's customer secret key. This REST API is SCIM compliant.
Added In Release: 2009232244
Added In Release: 2009232244
- Add a user's customer secret key
- Method: postPath:
/admin/v1/MyCustomerSecretKeys - Delete user's customer secret key
- Method: deletePath:
/admin/v1/MyCustomerSecretKeys/{id} - Get user's customer secret key
- Method: getPath:
/admin/v1/MyCustomerSecretKeys/{id} - HTTP Options
- Method:Path:
/admin/v1/MyCustomerSecretKeys - Search user's customer secret key
- Method: getPath:
/admin/v1/MyCustomerSecretKeys - Update user's customer secret key
- Method: patchPath:
/admin/v1/MyCustomerSecretKeys/{id}