curl --request POST \
--url https://api.example.com/v1/ui/admin/users \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"email": "jsmith@example.com",
"type": "provider",
"providerId": "<string>",
"providerRole": "owner"
}
'{}curl --request POST \
--url https://api.example.com/v1/ui/admin/users \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"email": "jsmith@example.com",
"type": "provider",
"providerId": "<string>",
"providerRole": "owner"
}
'{}User created successfully
The response is of type object.