---
title: "Get users autofill info"
method: GET
path: "/users/autofill"
tags: ["user"]
---

# Get users autofill info

`GET /users/autofill`

Get user autofill info for other users that you are connected with. Use query parameters to specify which users to include.

## Query parameters

- `include_team_members` boolean
- `include_share_recipients` boolean
- `limit` integer

## Response `200`

OK

- UsersUsersAutofillInfoResponse
  - `share_recipients` UsersUserAutofillInfo[]
    - `email` string
  - `team_members` UsersUserAutofillInfo[]
    - `email` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/freshdesk/apis/gigasheet-api.md) · [All operations](https://skmtc.net/freshdesk/apis/gigasheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freshdesk/gigasheet-api/revisions/d1e5cbb24557/schema)
