## List **get** `/users` Lists all users for the workspace ### Returns - `data: array of object { id, externalId, role }` - `id: string` Unique user ID - `externalId: string` External ID for the user - `role: string` Role of the user ### Example ```http curl https://api.us-west-2.fragment.dev/users ```