The List Users API endpoint currently does not expose any information about the status of a user, nor does it allow filtering by status. Specifically, the following are missing:
  • User status field
    — whether the user is active or disabled
  • Last login date
    — when the user last authenticated
  • Status filter
    — ability to filter the list by user status (e.g., only active users, only disabled users)
This makes it difficult to build automations or integrations that need to manage or audit user accounts based on their activity or lifecycle state.