---
title: "Get All Logins"
method: GET
path: "/api/v2/logins"
tags: ["Login"]
---

# Get All Logins

`GET /api/v2/logins`

This endpoint retrieves all logins for the current organization.  Logins requires you to send a `start_date` and `end_date`, which are limited to a 7 day range.<h3>Required Scope</h3>`logins:read`

## Query parameters

- `next` string
- `limit` integer
- `filter[start_date]` string, date, required
- `filter[end_date]` string, date, required

## Response `200`

Success

- ListedLogin
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` ListedLoginData[]
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` ListedLoginAttributes
      - `employee-id` string, nullable
      - `logged-in-at` string, date-time, nullable — UTC
    - `links` SelfLink
      - `self` string
    - `relationships` UserRelationshipsInner[]
      - `user` UserRelationshipsInnerUser
        - `data` UserRelationshipData
          - `id` string, nullable
          - `type` string, nullable

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/revisions/4a22b709515c/schema)
