---
name: y3t4nr02.nx.link
description: This host exposes a single endpoint that returns a static list of user records. Each record includes identity fields (id, name, username, email), a physical address with geo coordinates, phone number, website, and company details. No filtering, pagination, or single-record lookup is supported.
host: y3t4nr02.nx.link
---

# y3t4nr02.nx.link

y3t4nr02.nx.link is a minimal data host serving a fixed user directory via one read-only endpoint. It is suited for agents that need a complete snapshot of a user roster with contact and location data in a single call, without any query customization.

## When to use this host

Use this host when an agent needs a complete, unfiltered list of user records in one request and requires fields such as geo coordinates, company details, or contact information for all users at once. Do not use it for looking up a single user by ID, filtering or searching users by any criteria, or paginating through large datasets — the endpoint has no query parameters and always returns the full set. If the agent needs targeted user lookups or dynamic queries, a REST API with parameterized endpoints or a database query host would be more appropriate.

## Capabilities

### User Directory Retrieval

Fetches the full list of user records including identity, contact, address with geolocation, and company affiliation in a single call.

- **`fetch-users-list`** — Returns a list of users, each with id, name, username, email, address (including geo coordinates), phone, website, and company details.

## Skill reference

### `fetch-users-list`

**PayFetch Users** — Returns a list of users, each with id, name, username, email, address (including geo coordinates), phone, website, and company details.

*Use when:* Use when an agent needs to retrieve a full list of user records including contact information, physical address with geolocation, and company affiliation from this endpoint.

*Not for:* Do not use for fetching a single user by ID or filtering users by specific criteria; this endpoint returns the full user list with no query parameters.

**Returns:** Returns a JSON array of user objects, each containing id, name, username, email, nested address with geo coordinates, phone, website, and company details.

**Example:** `GET https://y3t4nr02.nx.link/users`

---
