pylint cleanup; fix broken links

This commit is contained in:
Ross Scroggs
2023-08-18 10:43:13 -07:00
parent 3e85b268a0
commit b79c48718e
9 changed files with 28 additions and 24 deletions

View File

@@ -13,7 +13,7 @@
- [Define schema fields](#define-schema-fields)
- [Clear schema fields](#clear-schema-fields)
- [Create a user](#create-a-user)
- [Specify a user's attributes with JSON data](#specify-a-users-attributes-with-JSON-data)
- [Specify a user's attributes with JSON data](#specify-a-users-attributes-with-json-data)
- [Verify mailbox creation](#verify-mailbox-creation)
- [Update a user](#update-a-user)
- [Special case processing for update user](#special-case-processing-for-update-user)
@@ -21,9 +21,9 @@
- [Update a user's name](#update-a-users-name)
- [Update a user's password](#update-a-users-password)
- [Update a user's primary email address](#update-a-users-primary-email-address)
- [Update a user's attributes with JSON data](#update-a-users-attributes-with-JSON-data)
- [Update a user's attributes with JSON data](#update-a-users-attributes-with-json-data)
- [Update a user's OU based on group membership](#update-a-users-ou-based-on-group-membership)
- [Do not update a user's OU if currently in a special purpose OU](#do-not-update-a-users-OU-if-currently-in-a-special-purpose-ou)
- [Do not update a user's OU if currently in a special purpose OU](#do-not-update-a-users-ou-if-currently-in-a-special-purpose-ou)
- [Delete or suspend users](#delete-or-suspend-users)
- [Undelete or unsuspend users](#undelete-or-unsuspend-users)
- [Display information about users](#display-information-about-users)
@@ -34,10 +34,10 @@
- [Print a header row and primaryEmail for all users](#print-a-header-row-and-primaryemail-for-all-users)
- [Print user details](#print-user-details)
- [Print a header row and fields for selected users](#print-a-header-row-and-fields-for-selected-users)
- [Print a header row and fields for users specified by `<UserTypeEntity>`](#print-a-header-row-and-fields-for-users-specified-by-UserTypeEntity)
- [Print a header row and fields for users specified by `<UserTypeEntity>`](#print-a-header-row-and-fields-for-users-specified-by-usertypeentity)
- [Print user domain counts](#print-user-domain-counts)
- [Print domain counts for users in a specific domain and/or selected by a query](#print-domain-counts-for-users-in-a-specific-domain-and-or-selected-by-a-query)
- [Print domain counts for users specified by `<UserTypeEntity>`](#print-domain-counts-for-users-specified-by-UserTypeEntity)
- [Print domain counts for users specified by `<UserTypeEntity>`](#print-domain-counts-for-users-specified-by-usertypeentity)
- [Print user list](#print-user-list)
## API documentation