Authorizations
Path Parameters
Response
Successful Response
Information about a role.
The name of the role.
Examples:
"Prompt Engineer"
The permissions associated with the role. Available permissions can be found by calling GET /permissions
.
Examples:
[
"prompts_read",
"prompts_write",
"prompts_delete"
]
The internal ID of the role.
Examples:
1
Whether this is a built-in system role that cannot be updated or deleted
Examples:
false
The timestamp of the most recent update to the role
The email of the user who last updated the role
Examples:
"user@email.com"
The description of the role.
Examples:
"Role for users who can fetch and change prompts"
Comments for the most recent edit to the role.
Examples:
"Updated to add delete permission"