post https://api-sbx.sidedrawersbx.com/api/v1/tenants/tenant/tenant-id//users/invitations
Sends an Invitation code to a User.
Response
Sends an Invitation code to a User.
xxxxxxxxxx
curl --request POST \
--url https://api-sbx.sidedrawersbx.com/api/v1/tenants/tenant/tenant-id/tenantId/users/invitations \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
[
{
"firstName": "string",
"lastName": "string",
"email": "string",
"phone": "string",
"brandCode": "string"
}
]