# Aggregate provider credentialing request owners Returns an aggregation of all owners assigned to provider credentialing requests Endpoint: GET /credentialing-requests/aggregations/owners Version: 26.2.0.4309 Security: Bearer ## Query parameters: - `providerDeactivated` (boolean) If set, the items will be filtered on requests for the providers with the specified deactivated status. ## Response 200 fields (application/json): - `id` (string) The unique identifier of this user. - `email` (string) The email of this user. - `firstName` (string) The firstname of this user. - `lastName` (string) The lastname of this user. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 500 fields