Skip to main content
GET
/
v1.0
/
org
/
permission
/
profiles
List Permission Profiles
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.

Headers

Authorization
string
required

Bearer [access_token]

Response

Permission profiles defined on the team.

id
integer<int64>

The Profile Id

name
string

The Profile Name