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

    Variable addedPostUserWritableSchemaConst

    addedPostUserWritableSchema: ZodObject<
        {
            email: ZodEmail;
            restricted: ZodOptional<ZodBoolean>;
            username: ZodString;
        },
        $strip,
    > = ...

    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.