For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request POST '/projects//users' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"accessType": "FULL_PROJECT_ACCESS",
"towerIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}'[
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"projectName": "string",
"accessType": "FULL_PROJECT_ACCESS",
"towerIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"towerNames": [
"string"
]
}
]