Skip to main content

updateServiceAccount

form schema

Update a service account's name or description.

Send only the fields you want to change. Requires organization_admin permissions.

updateServiceAccount(
organizationId: ID!
id: UUID!
input: UpdateServiceAccountInput!
): ServiceAccountPayload

Form Schema

This mutation supports dynamic form generation using JSON Schema.

Loading schema...

Arguments

updateServiceAccount.organizationId ● ID! non-null scalar {#organization-id}

Your organization's unique identifier.

updateServiceAccount.id ● UUID! non-null scalar {#id}

The service account's unique identifier.

updateServiceAccount.input ● UpdateServiceAccountInput! non-null input {#input}

Update a service account's name or description. Both fields are optional; send only the fields you want to change.

Type

ServiceAccountPayload object