Self-Service Registrations REST Endpoints

Self-Service Registrations
The self-service registrations resource is used to view, create, and update self-service registration requests. Self-registration, allows users to create their own login and password for the application.
Create a self-service registration request
Method: post
Path: /crmRestApi/resources/11.13.18.05/selfRegistrations
Get a self-service registration request
Method: get
Path: /crmRestApi/resources/11.13.18.05/selfRegistrations/{RegistrationId}
Get all self-service registration requests
Method: get
Path: /crmRestApi/resources/11.13.18.05/selfRegistrations
Update a self-service registration request
Method: patch
Path: /crmRestApi/resources/11.13.18.05/selfRegistrations/{RegistrationId}