Add Or Update
Request
curl --location --request POST 'https://<SERVICE ENDPOINT>/teams' \
--header 'Authorization: Bearer <BOT_AUTH_TOKEN>' \
--header 'Content-Type: application/json'
--data-raw '{
"Email":"[email protected]",
"Group":"Main Support Team",
"ProfileId":"<profile id>"
}'Team Invite
curl --location --request POST 'https://<SERVICE ENDPOINT>/teams' \
--header 'Authorization: Bearer <BOT_AUTH_TOKEN>' \
--header 'Content-Type: application/json'
--data-raw '{
"Email":"[email protected]",
"Group":"Main Support Team",
"Password":"Password123lol",
"ProfileId":"1234-1234-1234"
}'Response
Response Codes
Last updated
Was this helpful?