post https://api.safetyculture.io/permissions/v1/permission_sets
Lists all permission sets in your organization.
This endpoint requires the "Platform management: Permissions" permission.
Responses
Lists all permission sets in your organization.
This endpoint requires the "Platform management: Permissions" permission.
xxxxxxxxxx
13curl --request POST \
--url https://api.safetyculture.io/permissions/v1/permission_sets \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"sort": {
"criteria": "PERMISSION_SET_SORT_CRITERIA_UNSPECIFIED",
"order": "PERMISSION_SET_ORDER_UNSPECIFIED",
"prioritise_seat_type": "SUBSCRIPTION_SEAT_TYPE_UNSPECIFIED"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: