You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: astro/src/content/docs/apis/login.mdx
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -587,14 +587,16 @@ When calling the API using a `POST` request you will send the export criteria in
587
587
588
588
### Response
589
589
590
-
The response for this API will contain a compressed zip of the audit logs.
590
+
The response for this API will contain a compressed zip of the login records.
591
+
592
+
In version `1.99.9` and later, the export file contains <InlineField>Identity value</InlineField> and <InlineField>Identity type</InlineField> columns. If a login record is associated with a particular identity, those values will be reflected in the export. Older login records and new login records not associated with a particular identity will omit values for these columns in the export.
591
593
592
594
<StandardGetResponseCodessuccess_code="200"success_message="The request was successful. The response will be a compressed archive byte stream with a `Content-Type` of `application/zip`." />
593
595
594
596
```plaintext title="Sample file export"
595
-
"User Id ","Time ","Application Id ","IP Address ","City ","Country ","Zipcode ","Region ","Latitude ","Longitude "
0 commit comments