latestOpenAPI 3.1.02026-08-223321,1001.6 MB
2134ebffd1ef
Search Change Logs
Search the user-management change log (audit trail).
Covers invite_sent, invite_accepted, role_granted, role_revoked, and archive events.
Query parameters (all optional):
| Parameter | Description |
|---|---|
| user_uuid | Filter by the user (or invite) UUID that was changed. |
| organization_id | Scope to this org. Defaults to the caller's org. Cross-org queries require platform-admin. |
| actor_user_id | Filter by the user who made the change. Cross-org user filters require platform-admin. |
| last_id | Cursor for pagination — only return records with id less than this. |
| limit | Maximum records to return (default 100, max 100). |
Results are ordered by id descending (newest first).
Permissions: org admin (own org) or platform admin (any org).
get/users/change-logs
Query parameters
user_uuidstring nullable
organization_idstring nullable
actor_user_idstring nullable
last_idinteger nullable
limitinteger
Response
Successful Response