Skip to main content

CreateUserSignupInput

Autogenerated input type of CreateUserSignup

input CreateUserSignupInput {
clientMutationId: String
no_requested_bucket: Boolean
requestedBucketId: ID
requested_bucket_key: String @deprecated
runId: ID
suppress_confirmation: Boolean
suppress_notifications: Boolean
userConProfileId: ID
}

Fields

CreateUserSignupInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateUserSignupInput.no_requested_bucket ● Boolean scalar

Set to true to sign up with no bucket preference

CreateUserSignupInput.requestedBucketId ● ID scalar

The bucket to request, or null for no preference

CreateUserSignupInput.requested_bucket_key ● String deprecated scalar

⚠️ DEPRECATED

Use requestedBucketId instead

The bucket key to request, or null for no preference

CreateUserSignupInput.runId ● ID scalar

The ID of the run to sign up for

CreateUserSignupInput.suppress_confirmation ● Boolean scalar

Set to true to skip sending the signup confirmation notification

CreateUserSignupInput.suppress_notifications ● Boolean scalar

Set to true to skip sending team member notifications for this signup

CreateUserSignupInput.userConProfileId ● ID scalar

The ID of the user con profile to sign up

Member Of

createUserSignup mutation