> ## Documentation Index
> Fetch the complete documentation index at: https://docs.forestreet.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List all Managed Users

> List all the users managed by the authenticated user

List the UUIDs and emails of all the users manageable by this account. The account is always determined by the API key
being used.

<ResponseExample>
  ```json Response theme={null}
  [
      {
          "userId": "15f1e85f-6e32-4cd5-9500-65ef79adb5b0",
          "email": "john@doe.com"
      },
      {
          "userId": "bf88d004-8d85-4b86-a603-9499a2f9a8aa",
          "email": "jane@doe.com"
      }
  ]
  ```
</ResponseExample>
