Auth
Register
POST
Body
application/json
Request payload for user registration.
Full name of the user.
Example:
"Your Name"
User's email address.
Example:
"your.email@example.com"
User's phone number.
Example:
"9999999999"
User's password.
Example:
"123456"
Namespace for the new user.
Example:
"your_namespace"
Response
200
application/json
OK
Successful registration response containing user and workspace details.
Unique identifier for the user.
Example:
4
Account details associated with the user.
Role identifier assigned to the user.
Example:
2
Workspace details associated with the user.
Timestamp when the user was created.
Example:
"2024-09-17T22:47:25.423Z"
Timestamp when the user was last updated.
Example:
"2024-09-17T22:47:25.423Z"