> ## Documentation Index
> Fetch the complete documentation index at: https://docs.valued.app/llms.txt
> Use this file to discover all available pages before exploring further.

# User

> The users of your product

Valued focuses on identifiable (registered) users within your product. Each user requires a unique id in your product which can be used to identify the user on Valued.

Users can belong to more than one [customer](/core-resources/customer), giving you the flexibility to model user membership as your product models it, and the power to understand which customer account they are most active in.

## The user model

The user model has all the information relating to the user such as the unique identifier in your systems, their name, email, location and other identifying information related to other services.

### Properties

`id` *string*

Unique identifier for the user in your application.

`name`  *string*

The name of the user.

`email` *string*

The email for the user.

`website` *string*

The website for the user.

`links`  *\[string]*

Custom links to other services related to the user.

`location.country`  *string*

The country the user is located. This should be in the ISO 3166-1 alpha-2 format.
