---
title: "Retrieves the list of users for the specified account. You can filter the users list to get specific users."
method: GET
path: "/v2.1/accounts/{accountId}/users"
tags: ["Users"]
---

# Retrieves the list of users for the specified account. You can filter the users list to get specific users.

`GET /v2.1/accounts/{accountId}/users`

Retrieves the list of users for the specified account.

The response returns the list of users for the account, with information about the result set. If the `additional_info` query is added to the endpoint and set to **true,** full user information is returned for each user.

## Path parameters

- `accountId` string, required

## Query parameters

- `additional_info` string
- `alternate_admins_only` string
- `count` string
- `domain_users_only` string
- `email` string
- `email_substring` string
- `group_id` string
- `include_license` string
- `include_usersettings_for_csv` string
- `login_status` string
- `not_group_id` string
- `start_position` string
- `status` string
- `user_name_substring` string

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

---

[API](https://skmtc.net/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.net/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docusign/docusign-esignature-rest-api/revisions/77f1998c313d/schema)
