List
Request
curl --location --request GET 'https://<SERVICE ENDPOINT>/teams/profiles' \
--header 'Authorization: Bearer <BOT_AUTH_TOKEN>' \
--header 'Content-Type: application/json'Response
[
{
"Id": "<profile id>",
"Name": "Super User",
"Description": "This is the super user",
"Permissions":{
...
}
}
]Response Codes
Last updated
Was this helpful?