---
title: "List Account Logins for Location"
method: GET
path: "/locations/{location_public_id}/logins"
---

# List Account Logins for Location

`GET /locations/{location_public_id}/logins`

Lists _Account Login_ for the current _Legal Entity_ and location id.

## Path parameters

- `location_public_id` string, required

## Response `200`

Successful Response

- PlatformLegalEntityAccountLogin[]
  - `id` string, required — The identifier of this Account Login
  - `name` string, required — The name of the Login
  - `location_id` string, required — The location id the login belongs to
  - `login_url` string, required — This field is deprecated, please use url.
  - `url` string, required — The url pointing to the login page for this Login

## Other responses

- `422` — Validation Error

---

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