get_login_history
Fetches login records for an organization within a given time range. Use it to audit account access and identify unusual login activity.
Instructions
Get login history for organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| zoid | Yes | ||
| to_time | Yes | ||
| from_time | Yes | ||
| scroll_id | No | ||
| batch_size | No | ||
| access_type | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response data | |
| error | No | Error message if any | |
| success | Yes | Whether the operation was successful | |
| status_code | No | HTTP status code |