Authentication
Token
Refresh
Security
Description
Authentication type : application/json
Registers a new user using email and password. Returns an authentication token upon successful registration along with user profile information and refresh token.
Request Body Required
{
"email": "newuser@example.com",
"password": "mySecurePassword123!",
"confirmPassword": "mySecurePassword123!",
"scope": ["read", "write"]
}