v1
latestOpenAPI 3.0.32026-07-24198357534.7 KBUser & Permission
Provide a single resource - Feature Permission
Retrieves a PermissionFeature resource.
get/permissions/features/{id}
Path parameters
idstring required
Resource identifier
Response
PermissionFeature resource
Example response
{
"features": [
"feature_id_1",
"feature_id_2"
],
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"description": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"id": "identifier_example",
"users": [
{
"id": "identifier_example"
}
]
}