# Service Account This has all the APIs specific to the Service Accounts in Harness. ## Get Service Accounts - [GET /ng/api/serviceaccount](https://apidocs.harness.io/openapi-merged/service-account/listserviceaccount.md): Fetches list of Service Accounts for the given filter criteria. ## Create a Service Account - [POST /ng/api/serviceaccount](https://apidocs.harness.io/openapi-merged/service-account/createserviceaccount.md): Creates a new Service Account. ## Update a Service Account - [PUT /ng/api/serviceaccount/{identifier}](https://apidocs.harness.io/openapi-merged/service-account/updateserviceaccount.md): Updates details of the Service Account for the given Service Account ID. ## Delete a Service Account - [DELETE /ng/api/serviceaccount/{identifier}](https://apidocs.harness.io/openapi-merged/service-account/deleteserviceaccount.md): Deletes a Service Account corresponding to the given Service Account ID. ## Get Service Account In Scope - [GET /ng/api/serviceaccount/aggregate/{identifier}](https://apidocs.harness.io/openapi-merged/service-account/getaggregatedserviceaccount.md): Gets the list of Service Accounts in the given scope. ## Get Inheriting Child Scopes - [GET /ng/api/serviceaccount/{identifier}/scopes](https://apidocs.harness.io/openapi-merged/service-account/getinheritingchildscopelistforserviceaccount.md): List the Child Scopes inheriting this User Group ## List aggregated Service Accounts - [GET /ng/api/serviceaccount/aggregate](https://apidocs.harness.io/openapi-merged/service-account/listaggregatedserviceaccounts.md): Fetches the list of Aggregated Service Accounts corresponding to the request's filter criteria.