Gets the feature list available to the authenticated user
GET /v1/user/features
Summary
Gets the feature list available to the authenticated user.
Details
Returns a string array payload. All users currently receive default; admin users also receive
admin.
Authentication
No operation-level security requirement is documented here.
Parameters
None documented here.
Request Body
No request body is documented here.
Responses
200
Success
application/json
values(array<string>, optional)- array of
stringstring
- array of
Example
{
"values": [
"Example value"
]
}