---
title: "Retrieve Proxy User"
method: GET
path: "/public/user/proxy_user/retrieve/{proxy_user_id}"
tags: ["Proxy User"]
---

# Retrieve Proxy User

`GET /public/user/proxy_user/retrieve/{proxy_user_id}`

Retrieves a specific Proxy User based on the provided ID for the current user's account.

## Path parameters

- `proxy_user_id` string, required

## Response `200`

Successful Proxy User Retrieve

- ProxyUserSuccessfulRetrieveResponse — Proxy User retrieve was successful.
  - `data` object — Retrieved Proxy User item details.
    - `customer_id` integer
    - `ip_address_authentications` string[]
    - `mobile_bytes_left` integer
    - `proxy_user_access_type` 'all' | 'service_restricted' | 'proxy_restricted'
    - `proxy_user_creation_datetime` string, date-time
    - `proxy_user_enforce_https` boolean
    - `proxy_user_id` string
    - `proxy_user_ip_address_authentication_limit` integer
    - `proxy_user_is_default` boolean
    - `proxy_user_is_deleted` boolean
    - `proxy_user_is_strict_security` boolean
    - `proxy_user_last_update_datetime` string, date-time
    - `proxy_user_metadata` object
    - `proxy_user_mobile_bytes_limit` integer
    - `proxy_user_mobile_bytes_used` integer
    - `proxy_user_password` string
    - `proxy_user_residential_bytes_limit` integer
    - `proxy_user_residential_bytes_used` integer
    - `residential_bytes_left` integer
    - `restricted_proxy_ids` string[]
    - `restricted_service_ids` string[]
  - `message` string — Status message for the retrieval.

---

[API](https://skmtc.dev/byteful/apis/byteful-public-user-api.md) · [All operations](https://skmtc.dev/byteful/apis/byteful-public-user-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/byteful/byteful-public-user-api/revisions/3db1a6fc0099/schema)
