Activity Reports

List Activity Reports

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitinteger · int32OptionalDefault: 100
namestring | nullableOptional

The name of the report. Supports wildcard () for partial matches - use * for contains, prefix for starts with, *suffix for ends with

page_tokenstring | nullableOptional
Responses
200

OK

application/json
get
/api/admin/v1/activity-reports
200

OK

Create Activity Report

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired

Display name of the report. Must be unique.

fieldsstring[] | nullableOptional

List of fields to include in the report. Possible values: request_id, request_date, request_grant_date, request_revoke_date, requestor_name, requestor_email, grantee_name, grantee_id, grantee_type, integration, resources, resource_type, permissions, approver_names, approver_emails, approver_types, justification, status, approver_reason, resources_status, trigger_type, access_flow, bundle_name.

formatstring | nullableOptional

Format of the report. Possible values: csv, pdf. Default is csv

Responses
200

OK

application/json
post
/api/admin/v1/activity-reports
200

OK

Get Activity Report

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
200

OK

application/json
get
/api/admin/v1/activity-reports/{id}
200

OK

Update Access Flow

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
namestringRequired

Display name of the report. Must be unique.

fieldsstring[] | nullableOptional

List of fields to include in the report. Possible values: request_id, request_date, request_grant_date, request_revoke_date, requestor_name, requestor_email, grantee_name, grantee_id, grantee_type, integration, resources, resource_type, permissions, approver_names, approver_emails, approver_types, justification, status, approver_reason, resources_status, trigger_type, access_flow, bundle_name.

formatstring | nullableOptional

Format of the report. Possible values: csv, pdf. Default is csv

Responses
200

OK

application/json
put
/api/admin/v1/activity-reports/{id}
200

OK

Delete Activity Report

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
200

OK

application/json
delete
/api/admin/v1/activity-reports/{id}
200

OK

Last updated

Was this helpful?