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

    Variable userWritableSchemaConst

    userWritableSchema: ZodObject<
        {
            email: ZodOptional<ZodEmail>;
            restricted: ZodOptional<ZodBoolean>;
            username: ZodOptional<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.