Invite a user to a customer. The user will receive an email invitation to join the customer portal.
Security
BearerAuth
The role of the user. Defaults to Member if not specified.
Enum:"member""admin"
POST
- null
- types.customer.v1.Language
curl -i -X POST \
'https://api.luminovo.com/customers/{id}/users' \
-H 'Accept: application/api.luminovo.customer-user-v1+json' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"email": "string",
"first_name": "string",
"last_name": "string",
"language": null,
"user_role": "member",
"host": "string"
}'