Returns the permission profiles (role templates) defined on the caller’s team. Use these IDs when assigning roles to team members.
Caller must have MANAGE_TEAM_AGENT or MANAGE_PERMISSION_PROFILE permission; otherwise 400 VENDOR_HAS_NO_PERMISSION.
curl --request GET \
--url https://api.lofty.com/v1.0/org/permission/profiles \
--header 'Authorization: <authorization>'[
{
"id": 123,
"name": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.lofty.com/v1.0/org/permission/profiles \
--header 'Authorization: <authorization>'[
{
"id": 123,
"name": "<string>"
}
]