{
"email": "string",
"password": "string",
"displayName": "string",
"givenName": "string",
"familyName": "string",
"language": "string",
"timezone": "string",
"clientId": "string",
"autoVerify": true,
"customAttributes": {
"property1": "string",
"property2": "string"
}
}curl --location --request POST '/v1/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"password": "string",
"displayName": "string",
"givenName": "string",
"familyName": "string",
"language": "string",
"timezone": "string",
"clientId": "string",
"autoVerify": true,
"customAttributes": {
"property1": "string",
"property2": "string"
}
}'{
"user": {
"userId": "string",
"email": "string",
"displayName": "string",
"role": "USER_ROLE_UNSPECIFIED",
"permissions": [
"string"
],
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"status": "USER_STATUS_UNSPECIFIED",
"emailVerified": true,
"avatarUrl": "string",
"timezone": "string",
"language": "string"
},
"accessToken": "string",
"refreshToken": "string",
"expiresIn": 0,
"idToken": "string",
"message": "string",
"emailVerificationRequired": true
}