[
{
"first_name": "<string>",
"last_name": "<string>",
"email": "jsmith@example.com",
"id": 123,
"account": 123,
"profile_image": "<string>",
"date_joined": "2023-11-07T05:31:56Z",
"teams": [
{
"id": 123,
"name": "<string>",
"assignment_strategy": "<string>"
}
],
"user_permissions": [
"<string>"
],
"available_channels": [
{
"id": 123,
"channel_id": "<string>",
"channel_type": "WHATSAPP",
"name": "<string>",
"status": "NEW",
"created_on": "2023-11-07T05:31:56Z",
"channel_provider": "META_CLOUD_API",
"is_sandbox": true
}
],
"role": "AGENT"
}
]