Self Registration Profiles REST Endpoints
Identity/Self Registration Profiles
Use this endpoint to manage self-registration profiles. This REST API is SCIM compliant.
- Create a Self-Registration Profile
- Method: postPath:
/admin/v1/SelfRegistrationProfiles - Delete a Self-Registration Profile
- Method: deletePath:
/admin/v1/SelfRegistrationProfiles/{id} - Get a Self-Registration Profile
- Method: getPath:
/admin/v1/SelfRegistrationProfiles/{id} - HTTP Options
- Method:Path:
/admin/v1/SelfRegistrationProfiles - Replace a Self-Registration Profile
- Method: putPath:
/admin/v1/SelfRegistrationProfiles/{id} - Search Self-Registration Profiles
- Method: getPath:
/admin/v1/SelfRegistrationProfiles - Search Self-Registration Profiles Using POST
- Method: postPath:
/admin/v1/SelfRegistrationProfiles/.search - Update a Self-Registration Profile
- Method: patchPath:
/admin/v1/SelfRegistrationProfiles/{id}