Google Apps Script API
    Preparing search index...
    interface AccountUserProfilesCollection {
        get(profileId: string, id: string): AccountUserProfile;
        insert(resource: AccountUserProfile, profileId: string): AccountUserProfile;
        list(profileId: string): AccountUserProfilesListResponse;
        list(
            profileId: string,
            optionalArgs: object,
        ): AccountUserProfilesListResponse;
        patch(
            resource: AccountUserProfile,
            profileId: string,
            id: string,
        ): AccountUserProfile;
        update(resource: AccountUserProfile, profileId: string): AccountUserProfile;
    }
    Index

    Methods