# Users Use these operations to manage users. A user is a person who can login to Rebilly, and take actions based on their granted permissions. ## Retrieve a list of users - [GET /users](https://www.rebilly.com/static/_spec/catalog/all-3.0/users/getusercollection.md): Retrieves a list of users. ## Create a user - [POST /users](https://www.rebilly.com/static/_spec/catalog/all-3.0/users/postuser.md): Creates a user. ## Retrieve a user - [GET /users/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/users/getuser.md): Retrieves a user with a specified ID. ## Upsert a user - [PUT /users/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/users/putuser.md): Creates or updates (upserts) a user with a specified ID. ## Retrieve user MFA status - [GET /users/{id}/mfa](https://www.rebilly.com/static/_spec/catalog/all-3.0/users/getusermfa.md): Retrieves the Multi-Factor Authentication (MFA) status of a user with a specified ID.