# User

Users are end consumers of subscriptions. Users can have multiple devices, SIMs, and subscriptions.

## Properties

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `object` | string | Yes | Type of object is always `user`. |
| `id` | string | Yes | Unique identifier for the user. |
| `metadata` | object | Yes | A set of key-value pairs, to store [metadata](https://developers.gigs.com/docs/core/metadata) related to the resource. |
| `birthday` | string,null | Yes | The birthday of the user. |
| `createdAt` | string | Yes | Time when the user was created. |
| `email` | string | Yes | The primary email address of the user. Must be unique across all users. |
| `emailVerified` | boolean | Yes | Whether the user's primary email address is verified or not. |
| `fullName` | string,null | Yes | The user's full name. Required for some Plans. |
| `preferredLocale` | string | Yes | The user's locale preference represented as an [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag). |
| `status` | active | blocked | deleted | Yes | The current status of the user. |
