# Modem authorizations

In this case study we will look at how to get a list of all authorizations (users) on the modem.

To obtain a list of authorizations on the modem, perform the following steps:

1. Get a list of your modems and select one of them. You can get a list of modems [by host](https://docs.proxy-seller.com/mobile-crm/usage-guides/host-actions/list-of-host-modems) or [`without host`](https://docs.proxy-seller.com/mobile-crm/usage-guides/modem-actions/get-all-modems).
2. Use the following method from our API [`Get modem authorizations by modem Id`](https://docs.proxy-seller.com/api-reference/modems#get-modem-authorizations-by-modem-id)

Example of successful execution of a request in JSON format:

```json
[
  {
    "id": "62326bcaf3904578675f9ef7",
    "authType": "LOGIN",
    "login": "jAck",
    "password": "re456pas",
    "ip": ""
  }
]
```
