# User Management

The user management API allows control over who has access to a particular organization within MK.IO. These users are invited by email address and can be part of the same company, or can be external to the company. They will receive an email from MK.IO to let them know that they have been invited, and can begin to collaborate once they have logged in and verified their email address.

## API Endpoints

- [Get List Pending Invites](https://docs.mediakind.com/api-reference/management-api/user-management/list-pending-invites)
- [Post Create an Invite](https://docs.mediakind.com/api-reference/management-api/user-management/create-an-invite)
- [Get One Pending Invite](https://docs.mediakind.com/api-reference/management-api/user-management/get-one-pending-invite)
- [Delete Cancel Pending Invite](https://docs.mediakind.com/api-reference/management-api/user-management/cancel-pending-invite)
- [Get Tokens of All Users](https://docs.mediakind.com/api-reference/management-api/user-management/get-tokens-of-all-users)
- [Delete Revoke a Token of a User](https://docs.mediakind.com/api-reference/management-api/user-management/revoke-a-token-of-a-user)
- [Get List Users](https://docs.mediakind.com/api-reference/management-api/user-management/list-users)
- [Get User Details](https://docs.mediakind.com/api-reference/management-api/user-management/get-user-details)
- [Delete Remove User](https://docs.mediakind.com/api-reference/management-api/user-management/remove-user)
