# List of Active Users Returns a collection of user details with in the customer Endpoint: GET /access/users/active Version: 1.10.9 Security: bearerToken ## Response 200 fields (application/json): - `items` (array) - `items.firstName` (string) First name of the user. Example: "connect" - `items.surname` (string) Surname name of the user. Example: "connect" - `items.userId` (integer) Id of the user. Example: 101534481 - `totalSize` (integer) ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected