curl --request POST \
--url https://nimbussuite.com/api/v1/admin/users/invite \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'{
"message": "<string>",
"data": {}
}curl --request POST \
--url https://nimbussuite.com/api/v1/admin/users/invite \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'{
"message": "<string>",
"data": {}
}Was this page helpful?