Users
v1
List Available User Permissions
Returns the complete catalogue of permissions that can be granted to users. This is a universal list independent of any specific account — use it to populate permission selection UIs or to discover valid permission identifiers before calling the invite or update endpoints.
get/v1/user-permissions
Response
List of available user permissions
Example response
{
"data": [
{
"type": "user_permission",
"id": "web_visitors.custom_feed",
"attributes": {
"product": "web_visitors",
"key": "custom_feed",
"description": "Create and manage custom feeds."
}
}
],
"meta": {
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}