github.com/twilio/twilio-go@v1.20.1/rest/frontline/v1/docs/FrontlineV1User.md (about)

     1  # FrontlineV1User
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that we created to identify the User resource. |
     8  **Identity** | Pointer to **string** | The application-defined string that uniquely identifies the resource's User. This value is often a username or an email address, and is case-sensitive. |
     9  **FriendlyName** | Pointer to **string** | The string that you assigned to describe the User. |
    10  **Avatar** | Pointer to **string** | The avatar URL which will be shown in Frontline application. |
    11  **State** | Pointer to [**string**](UserEnumStateType.md) |  |
    12  **IsAvailable** | Pointer to **bool** | Whether the User is available for new conversations. Defaults to `false` for new users. |
    13  **Url** | Pointer to **string** | An absolute API resource URL for this user. |
    14  
    15  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    16  
    17