GET
/api/im/keys/audit/{userId}
Key audit log
Returns the identity key audit log for a specific user.
curl -s "$BASE/api/im/keys/audit/$USER_ID" \
-H "Authorization: Bearer $TOKEN"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| userId | string | Y | — |
Try it out
Path Parameters
→ /api/im/keys/audit/{userId}
Sign in to use your API key
Request Body
Response
Click Execute to test