# Functions
CreatueUser allows one to create a PostgreSQL user in one of more PostgreSQL clusters, and provides the abilit to do the following:
- set a password or have one automatically generated - set a valid period where the account/password is activ// - setting password expirations - and more
This corresponds to the `pgo update user` command.
CreateUserHandler ..
DeleteUser deletes a PostgreSQL user from clusters.
DeleteUserHandler ..
ShowUser lets the caller view details about PostgreSQL users across the PostgreSQL clusters that are queried.
ShowUserHandler allows one to display information about PostgreSQL uesrs that are in a PostgreSQL cluster.
UpdateUser allows one to update a PostgreSQL user across PostgreSQL clusters, and provides the ability to perform inline various updates, including:
- resetting passwords - disabling accounts - setting password expirations - and more
This corresponds to the `pgo update user` command.
UserHandler provides a means to update a PostgreSQL user pgo update user.