Deny an admin action request
Denies a pending admin action request. The reviewer cannot be the same user who submitted the request.
Documentation Index
Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of organization
36^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"95b11417-f18f-457f-8804-68e361f9164f"
Body
Request body for approving or denying an action request.
Optional note explaining the decision. Shown to the submitter.
1000Response
Action request denied
Wrapper response for a single action request, returned by get/approve/deny endpoints.
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.
Human-readable message, e.g. "This action requires approval from another admin."