Skip to main content
GET
List admin action requests

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"

Query Parameters

status
enum<string>

The lifecycle status of an admin action request.

Available options:
pending,
approved,
denied,
expired,
auto_approved
actionType
enum<string>

The type of admin action. Determines how the action payload is interpreted and executed.

Available options:
settings_change,
reset_user_mfa,
delete_user
environmentId
string<uuid>
limit
integer
default:50
offset
integer
default:0

Response

List of admin action requests

Paginated list of action requests with a pending count for badge display.

items
object[]
required
total
integer
required

Total number of action requests matching the filters.

pendingCount
integer
required

Number of currently pending (non-expired) requests. Used for the Activity Queue nav badge.

Last modified on July 17, 2026