# Get all the users linked to a target responsibility Get all the users linked to a target responsibility Endpoint: GET /api/responsibilities/{id}/users Version: 1.0 Security: Bearer ## Path parameters: - `id` (string, required) ## Query parameters: - `CompanyId` (string, required) - `Skip` (integer) - `Take` (integer) ## Response 200 fields (application/json): - `users` (array,null) - `users.userId` (string) - `users.userFirstName` (string,null) - `users.userLastName` (string,null) - `users.userJobTitle` (string,null) - `users.userPhone` (string,null) - `users.userLogin` (string,null) - `users.userPhotoUrl` (string,null) - `users.userLanguagePreference` (string,null) - `skipAndTakeQueryStats` (object,null) - `skipAndTakeQueryStats.totalCount` (integer) - `skipAndTakeQueryStats.currentCount` (integer) ## Response 404 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null)