Authorization: Bearer ********************
{
"users": [
{
"teams": [
"admin"
],
"role": "organization-admin",
"email": "string"
}
]
}
curl --location --request POST 'https://api.upbooks.io/api/v1/organization/invite' \
--header 'ORGANIZATION-ID: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"users": [
{
"teams": [
"admin"
],
"role": "organization-admin",
"email": "string"
}
]
}'
{
"data": "true",
"message": "string"
}