> For the complete documentation index, see [llms.txt](https://developers.retailys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.retailys.com/rest-api/users.md).

# Users

### Load all users in the instance

All users in a particular instance can be loaded using the API. In the received information you will find their information such as name, nickname, email, login, etc.

{% hint style="info" %}
Endpoint \[GET] [/System/People](#nacteni-vsech-dodavatelu-v-instanci) on the API you can easily try.
{% endhint %}

{% hint style="success" %}
You can find more information about the endpoint and its parameters in our API documentation
{% endhint %}

### Load a specific user in an instance

Using the API, one specific user can be loaded according to his identifier in a given instance. In the received information you will find, for example, name, nickname, email, login, etc.

{% hint style="info" %}
Endpoint \[GET] [/System/People/{id}](https://api.retailys.com/v1#/System.People/getPeople) on the API you can easily try.
{% endhint %}

{% hint style="success" %}
You can find more information about the endpoint and its parameters in our API documentation
{% endhint %}

### Retrieve orders for a specific user

Using the API, all orders of a specific user can be retrieved according to his identifier. It is possible to state whether we also want canceled or completed orders. In the information we receive thorough information about orders.

{% hint style="info" %}
Endpoint \[GET] [/System/People/{id}/Orders](https://api.retailys.com/v1#/System.People/getPeopleOrders) on the API you can easily try.
{% endhint %}

{% hint style="success" %}
You can find more information about the endpoint and its parameters in our API documentation
{% endhint %}

### Creating a new user

Using the API, you can create a new user and set up the necessary information, such as name, login, contact information, etc.

{% hint style="info" %}
Endpoint \[POST] [/System/People](https://api.retailys.com/v1#/System.People/postPeople) on the API you can easily try.
{% endhint %}

{% hint style="success" %}
You can find more information about the endpoint and its parameters in our API documentation
{% endhint %}
