Add Or Update
Request
curl --location --request POST 'https://<SERVICE ENDPOINT>/teams/profiles' \
--header 'Authorization: Bearer <BOT_AUTH_TOKEN>' \
--header 'Content-Type: application/json'
--data-raw '{
"Id":"<profile id or null>",
"Name":"My Profile",
"Description":"Description",
"Permissions":{
...
}
}'Response
Response Codes
Last updated
Was this helpful?