github.com/twilio/twilio-go@v1.20.1/rest/flex/v2/docs/FlexV2FlexUser.md (about)

     1  # FlexV2FlexUser
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The unique SID of the account that created the resource. |
     8  **InstanceSid** | Pointer to **string** | The unique ID created by Twilio to identify a Flex instance. |
     9  **UserSid** | Pointer to **string** | The unique SID identifier of the Twilio Unified User. |
    10  **FlexUserSid** | Pointer to **string** | The unique SID identifier of the Flex User. |
    11  **WorkerSid** | Pointer to **string** | The unique SID identifier of the worker. |
    12  **WorkspaceSid** | Pointer to **string** | The unique SID identifier of the workspace. |
    13  **FlexTeamSid** | Pointer to **string** | The unique SID identifier of the Flex Team. |
    14  **FirstName** | Pointer to **string** | First name of the User. |
    15  **LastName** | Pointer to **string** | Last name of the User. |
    16  **Username** | Pointer to **string** | Username of the User. |
    17  **Email** | Pointer to **string** | Email of the User. |
    18  **FriendlyName** | Pointer to **string** | Friendly name of the User. |
    19  **CreatedDate** | Pointer to [**time.Time**](time.Time.md) | The date that this user was created, given in ISO 8601 format. |
    20  **UpdatedDate** | Pointer to [**time.Time**](time.Time.md) | The date that this user was updated, given in ISO 8601 format. |
    21  **Version** | Pointer to **int** | The current version of the user. |
    22  **Url** | Pointer to **string** |  |
    23  
    24  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    25  
    26