# Registration as a Service V3 APIs Registration As A Service (RaaS) is an end-to-end user management platform. RaaS offers a comprehensive cloud-based user registration system that supports social login, allowing sites to maintain a unified user database for both social and traditional sites. Login credentials are a necessary component of customer loyalty and native identity services makes adding login easy. Add full registration as service to your site or enhance your site or enhance your existing registration process with social login or single sign-on. The User API is used to register and update information in the RaaS module. Version: 3.0.1 ## Servers ``` https://s33.socialannex.com/api/v1.0/ ``` ## Download OpenAPI description [Registration as a Service V3 APIs](https://annexcloud.redocly.app/_spec/raas/raas.yaml) ## Users Registration as a Service (RaaS) is a concept where Annex Cloud provides registration and login functionalities to client sites. You can Create, Update, and Delete the Template in Registration as a Service (RaaS). Updated details are stored in the Registration as a Service (RaaS) database. Members must be registered in the RaaS database to modify member information. Our team is committed to providing excellent developer support, so if you encounter any challenges or have any questions, please don't hesitate to reach out to us. We want to ensure that your experience with the Registration as a Service (RaaS) API is seamless and successful. Login credentials are a necessary component of customer loyalty and native identity services make adding login easy. Add full registration as a service to your site or enhance your site or enhance your existing registration process with social login or single sign-on. User API provides information about the user from registering to the forgot password. ### Reset the password for a member - [POST /forgotPassword](https://annexcloud.redocly.app/raas/raas/users/forgotpassword.md): This API is used to reset the password for a member if the member forgets their password. A reset password link will be sent to the email address that was provided to Annex Cloud upon their registration. ### Register a member in the RaaS module - [POST /register](https://annexcloud.redocly.app/raas/raas/users/register.md): This API is used for members to become registered in the RaaS module. ### Edit the member's information in the RaaS module - [POST /editUser](https://annexcloud.redocly.app/raas/raas/users/edituser.md): This API is used to edit the member's information that already exists in the RaaS database and to add new information that was not provided when the member was registered into the RaaS module. ### Log in as a member in the RaaS module - [POST /login](https://annexcloud.redocly.app/raas/raas/users/login.md): This API is used to login into the RaaS module for members by using their login credentials.