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: post
Path: /admin/v1/SelfRegistrationProfiles
Delete a Self-Registration Profile
Method: delete
Path: /admin/v1/SelfRegistrationProfiles/{id}
Get a Self-Registration Profile
Method: get
Path: /admin/v1/SelfRegistrationProfiles/{id}
HTTP Options
Method: options
Path: /admin/v1/SelfRegistrationProfiles
Replace a Self-Registration Profile
Method: put
Path: /admin/v1/SelfRegistrationProfiles/{id}
Search Self-Registration Profiles
Method: get
Path: /admin/v1/SelfRegistrationProfiles
Search Self-Registration Profiles Using POST
Method: post
Path: /admin/v1/SelfRegistrationProfiles/.search
Update a Self-Registration Profile
Method: patch
Path: /admin/v1/SelfRegistrationProfiles/{id}