Authorization: Bearer ********************
X-Altan-Key: ********************
{
"role_ids": "8726a686-3918-11ee-81f0-42010a400005",
"email": "string",
"name": "string",
"mode": "email",
"meta_data": {}
}
curl --location --request POST 'https://api.altan.ai/account//invite' \
--header 'Content-Type: application/json' \
--data-raw '{
"role_ids": "8726a686-3918-11ee-81f0-42010a400005",
"email": "string",
"name": "string",
"mode": "email",
"meta_data": {}
}'
null