Create easily an account. This admin management api bypass the email verification.
Request
Body Params application/json
{
"email": "test@rct.ai",
"password": "12345678",
"reason": "whatever the reason"
}
Request samples
curl --location --request POST 'https://sso.dlab.ovh/api/admin/account/create' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "test@rct.ai",
"password": "12345678",
"reason": "whatever the reason"
}'
Responses
application/json Modified at 2023-02-13 06:37:28