@akamai/openapi-ts
    Preparing search index...

    Type Alias AddedPutUser200Writable

    AddedPutUser200Writable: {
        email?: string;
        restricted?: boolean;
        username?: string;
    } & {}

    Type Declaration

    • Optionalemail?: string

      This user's email address. Akamai uses this address for account management communications.

    • Optionalrestricted?: boolean

      If true, this user needs specific access granted to perform actions or access entities on your account. Run List a user's grants for details on how to configure grants for a restricted user.

    • Optionalusername?: string

      Filterable The name of this user. This user needs to use this value to log in. It may also display alongside actions this user performs, including events or public StackScripts.