Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Request model for creating a new action.
Unique name for the action (lowercase letters, numbers, underscores, and colons only)
1 - 100
"user:read"
Human-readable description of the action's purpose
1 - 500
"Read user information"
Response
Action created successfully
Response model for action information.
Unique identifier for the action
1
Action name
"user:read"
Action description
"Read user information"
Number of API endpoints mapped to this action
3