Skip to main content
POST
Approve an admin action request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

ID of organization

Required string length: 36
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

adminActionRequestId
string<uuid>
required

Body

application/json

Request body for approving or denying an action request.

note
string

Optional note explaining the decision. Shown to the submitter.

Maximum string length: 1000

Response

Action request approved and executed

Wrapper response for a single action request, returned by get/approve/deny endpoints.

actionRequest
object
required

An admin action that may require approval before execution. When approval mode is enabled, sensitive actions create a pending request. When disabled, actions are auto-approved with an audit record.

message
string

Human-readable message, e.g. "This action requires approval from another admin."

Last modified on July 17, 2026