# Users

A user in Freemius represents someone who has activated or purchased a product, either as a free or paid customer.

## See also[​](#see-also "Direct link to See also")

* [Customer Portal](https://freemius.com/help/help/documentation/users-account-management/.md): A fully-featured customer dashboard where customers can manage their profile, licenses, invoices, subscriptions, support, and for WP products downloads and websites. It is available both as an external portal and embeddable on your website.

## API Operations[​](#api-operations "Direct link to API Operations")

This section explains operations which can be done on a user belonging to the product.

<!-- -->

[GETRetrieve a user/products/{product\_id}/users/{user\_id}.json](https://freemius.com/help/help/api/users/retrieve/.md)[GETList all users/products/{product\_id}/users.json](https://freemius.com/help/help/api/users/list/.md)[POSTCreate a user/products/{product\_id}/users.json](https://freemius.com/help/help/api/users/create/.md)[PUTUpdate a user/products/{product\_id}/users/{user\_id}.json](https://freemius.com/help/help/api/users/update/.md)[POSTCreate a checkout token/products/{product\_id}/users/{user\_id}/tokens/checkout.json](https://freemius.com/help/help/api/users/create-checkout-token/.md)[GETRetrieve billing/products/{product\_id}/users/{user\_id}/billing.json](https://freemius.com/help/help/api/users/retrieve-billing/.md)[PUTUpdate or create billing/products/{product\_id}/users/{user\_id}/billing.json](https://freemius.com/help/help/api/users/update-or-create-billing/.md)[GETList all subscriptions/products/{product\_id}/users/{user\_id}/subscriptions.json](https://freemius.com/help/help/api/users/list-subscriptions/.md)[GETList all licenses/products/{product\_id}/users/{user\_id}/licenses.json](https://freemius.com/help/help/api/users/list-licenses/.md)[GETList all payments/products/{product\_id}/users/{user\_id}/payments.json](https://freemius.com/help/help/api/users/list-payments/.md)[GETDownload invoice/products/{product\_id}/users/{user\_id}/payments/{payment\_id}/invoice.pdf](https://freemius.com/help/help/api/users/download-invoice/.md)[GETList all installs/products/{product\_id}/users/{user\_id}/installs.json](https://freemius.com/help/help/api/users/list-installs/.md)[GETList all events/products/{product\_id}/users/{user\_id}/events.json](https://freemius.com/help/help/api/users/list-events/.md)
