# Users (collection under a client) ## Endpoints GET /v2/clients/:id/users List users owned by the client given by `:id`. POST /v2/clients/:id/users Create a new user owned by the client. Specifying `readAccessToReportingEntities` grants read access to those reporting entities in MyAleta. ## Path params id (required) — Client identifier. The user data model is documented under `aleta api --spec /v2/users/:id`.