Update Service Account

Updates a service account.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idstringRequiredformat: "id"
The ID of the requested service account.
display_namestringOptionalformat: "text"
The service account's display name to be updated. A unique, human readable name to identify a service account.

Response

The response object that carries the updated service account's information.
service_accountobject

Errors