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: postPath:
/crmRestApi/resources/11.13.18.05/selfRegistrations - Get a self-service registration request
- Method: getPath:
/crmRestApi/resources/11.13.18.05/selfRegistrations/{RegistrationId} - Get all self-service registration requests
- Method: getPath:
/crmRestApi/resources/11.13.18.05/selfRegistrations - Update a self-service registration request
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/selfRegistrations/{RegistrationId}