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

    Type Alias AddedPostUserWritable

    A user on your account. Unrestricted users can log in and access information about your account, while restricted users may only access entities or perform actions they've been granted access to.

    type AddedPostUserWritable = {
        email: string;
        restricted?: boolean;
        username: string;
    }
    Index

    Properties

    email: string

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

    restricted?: 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.

    username: 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.