curl --request POST \
--url https://app.aptlystar.ai/api/v1/project/{org_id}/{project_id}/{team_id}/addUsersToTheTeam \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '
{
"usersAddingToTeam": [
{
"userid": "<string>"
}
]
}
'This response has no body data.curl --request POST \
--url https://app.aptlystar.ai/api/v1/project/{org_id}/{project_id}/{team_id}/addUsersToTheTeam \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '
{
"usersAddingToTeam": [
{
"userid": "<string>"
}
]
}
'This response has no body data.Documentation Index
Fetch the complete documentation index at: https://docs.aptlystar.ai/llms.txt
Use this file to discover all available pages before exploring further.