# Account Service Principal

The details of a ServicePrincipal resource.

## The ServicePrincipal object

- [account-service-principal/object.md](account-service-principal/object.md)

## Endpoints

### Get

- [GET /api/2.0/identity/accounts/{account_id}/service-principals/{service_principal_id}](get-service-principal.md)

### List

- [GET /api/2.0/identity/accounts/{account_id}/service-principals](list-service-principals.md)

### Create

- [POST /api/2.0/identity/accounts/{account_id}/service-principals](create-service-principal.md)

### Update

- [PATCH /api/2.0/identity/accounts/{account_id}/service-principals/{service_principal_id}](update-service-principal.md)

### Delete

- [DELETE /api/2.0/identity/accounts/{account_id}/service-principals/{service_principal_id}](delete-service-principal.md)

