Auth
List organization identity audit events
GET
/organizations/{organization_id}/identity-audit-eventsAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
organization_id*string
Query Parameters
limit?integer
Format
int64Range
1 <= value <= 200Default
50Response Body
application/json
application/problem+json
curl -X GET "https://example.com/organizations/string/identity-audit-events"[ { "action": "string", "actor_user_id": "string", "created_at": "2019-08-24T14:15:22Z", "detail": "string", "id": "string", "organization_id": "string", "provider_id": "string", "subject_user_id": "string" }]