Sha256: 5739848deb6ed900e480b5cfa1572d30d445eb21202f8bed59d153061f32db24

Contents?: true

Size: 1.11 KB

Versions: 2

Compression:

Stored size: 1.11 KB

Contents

# SmoochApi::AppUser

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_id** | **String** | The app user's ID, generated automatically. | 
**user_id** | **String** | The app user's userId. This ID is specified by the appMaker.  | [optional] 
**given_name** | **String** | The app user's given name. | [optional] 
**surname** | **String** | The app user's surname. | [optional] 
**email** | **String** | The app user's email. | [optional] 
**signed_up_at** | **String** | A datetime string with the format *yyyy-mm-ddThh:mm:ssZ* representing the moment an appUser was created. | [optional] 
**properties** | **Object** | Custom properties for the app user. | 
**conversation_started** | **BOOLEAN** | Flag indicating if the conversation has started for the app user. | 
**clients** | [**Array<Client>**](Client.md) | List of clients associated with the app user. | [optional] 
**pending_clients** | [**Array<Client>**](Client.md) | As clients, but containing linked clients which have not been confirmed yet (i.e. Twilio SMS). | [optional] 


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smooch-api-4.1.0 docs/AppUser.md
smooch-api-4.0 docs/AppUser.md