CreateUserRequest: {
    email?: string;
    member?: IAM.v1alpha1.CreateUserRequestMember;
    organizationId?: string;
    tags?: string[];
}

Type declaration

  • Optionalemail?: string

    Email of the user.

    One-of ('type'): at most one of 'email', 'member' could be set.

  • Optionalmember?: IAM.v1alpha1.CreateUserRequestMember

    A new IAM Member to create.

    One-of ('type'): at most one of 'email', 'member' could be set.

  • OptionalorganizationId?: string

    ID of the Organization.

  • Optionaltags?: string[]

    Tags associated with the user.