# Get users

**GET** `/users`

Returns people who can work in the current Flownally workspace.

Authentication: bearerAuth
Required scopes: `user:list`
Allowed roles: `owner`, `admin`, `agent`
Authorization: List workspace users.

## Responses

- `200`: List of users
- `default`: Error
