# User
## Properties
**object** | **String** | The object type, which is always `organization.user` |
**id** | **String** | The identifier, which can be referenced in API endpoints |
**name** | **String** | The name of the user |
**email** | **String** | The email address of the user |
**role** | **String** | `owner` or `reader` |
**added_at** | **i32** | The Unix timestamp (in seconds) of when the user was added. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)