Skip to content
OpenPostDocs
OpenPostDocs
Auth

List organization identity audit events

GET/organizations/{organization_id}/identity-audit-events

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

organization_id*string

Query Parameters

limit?integer
Formatint64
Range1 <= value <= 200
Default50

Response 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"  }]