Skip to main content

createServiceAccount

form schema

Create a new service account. The secret token is only returned in this response.

createServiceAccount(
organizationId: ID!
input: CreateServiceAccountInput!
): ServiceAccountWithSecretPayload

Form Schema

This mutation supports dynamic form generation using JSON Schema.

Loading schema...

Arguments

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

Your organization ID

createServiceAccount.input ● CreateServiceAccountInput! non-null input {#input}

Create a new service account for programmatic API access.

Type

ServiceAccountWithSecretPayload object