PermissionFields
idinteger
Unique numeric identifier for the permission.
Example:
7613resourcestring
Resource the permission grants access to.
Example:
Environmentpermissionstring
Name of the permission.
Example:
environment:listmethodstring
HTTP method the permission applies to.
Example:
GETendpointstring
API endpoint the permission applies to.
Example:
^/core/environments/?$created_atstring<date-time>
ISO 8601 UTC timestamp marking when the permission was created.
Example:
2026-05-06T15:18:42ZPermissionFields
{
"id": 7613,
"resource": "Environment",
"permission": "environment:list",
"method": "GET",
"endpoint": "^/core/environments/?$",
"created_at": "2026-05-06T15:18:42Z"
}
Was this page helpful?