Create Provider User

Create Provider User

Creates Provider User
Authorized Roles : ANY

Request
URI
POST
https://{api_host}/provider/provider-user
COPY
Request Body

Create Provider User Request Body

CreateProviderUserDTO of type(s) application/json
Required
{
    "email": "string",
    "password": "string"
}
string
email
Required

email

string
password
Required

password

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure