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

# Get Users

## Users

<mark style="color:blue;">`GET`</mark> `https://api.commander1.com/v2/{siteId}/users`

Two usages :\
GET **/users/** : Returns a list of user properties (depending on the parameters requested) linked to the users of a site.\
GET **/users/123** : Return properties of one user (id **123**) on one site.\
\
Click below to download complete API documentation

#### Query Parameters

| Name    | Type    | Description                                           |
| ------- | ------- | ----------------------------------------------------- |
| id      | integer | The user id                                           |
| include | string  | `permissions` or `roles` or both separated by a comma |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

{% file src="/files/-LwYiAx6GaAVuWwDE0-s" %}
Download complete API documentation
{% endfile %}
