---
title: "Get All Access Users"
method: GET
path: "/access/v1/access_users"
tags: ["Access User Information"]
---

# Get All Access Users

`GET /access/v1/access_users`

This returns a list of All Access User Objects for all access members in an organization. The list is contained in a json as the value to the key "access_members".
The information includes the Verkada-defined user_id, the organization-defined employee_id, the access users's email, and the access user's full name.
By default, visitor users are excluded. Use the include_visitors query parameter to include them.

## Query parameters

- `include_visitors` boolean — Whether to include visitor users in the response.

## Response `200`

OK

- BaseAccessMemberResponseListV1
  - `access_members` BaseAccessMemberResponseV1[] — The list of access members in an organization.
    - `company_name` string — Company name
    - `department` string — Department
    - `department_id` string — Department ID
    - `email` string — The email of the access member.
    - `employee_id` string — The organization-defined employee ID of the access member.
    - `employee_title` string — Employee title
    - `external_id` string — An external user ID of the access member.
    - `full_name` string — The full name of the access member.
    - `has_profile_photo` boolean — A flag that states whether or not the user has a profile photo.
    - `is_visitor` boolean — Whether this user is a visitor.
    - `profile_photo_last_updated` string, date-time — The timestamp of when the user's profile photo was last updated.
    - `user_id` string — The unique identifier of the user managed by Verkada.

---

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