---
title: Users
description: Create, retrieve, update, delete, and invite users within your company.
category: API Reference
lastModified: '2026-05-18'
url: https://developer.lastpass.com/business/docs/users.md
---

# Users

Create, retrieve, update, delete, and invite users within your company.

## Endpoints

- [GET /v1/users](https://developer.lastpass.com/business/docs/users/list-users.md)
- [POST /v1/users](https://developer.lastpass.com/business/docs/users/create-user.md)
- [GET /v1/users/{user-id}](https://developer.lastpass.com/business/docs/users/get-user.md)
- [PATCH /v1/users/{user-id}](https://developer.lastpass.com/business/docs/users/partially-update-user.md)
- [DELETE /v1/users/{user-id}](https://developer.lastpass.com/business/docs/users/delete-user.md)
- [POST /v1/invites](https://developer.lastpass.com/business/docs/users/invite-user.md)
