curl --request GET \
--url https://api.tapti.ai/users \
--header 'x-api-key: <api-key>'{
"users": [
{
"id": "690739f7-3e1b-4ceb-a439-23bd9c7ae573",
"created_at": "2024-12-09T19:15:03.738Z",
"updated_at": "2024-12-09T19:15:03.738Z",
"name": "John Doe",
"email": "[email protected]",
"phone": "1234567890",
"tenant_app_id": "2bac016b-ad8f-4bf9-afb3-a63814bca95f",
"accounts": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"user_platform": "YOUTUBE",
"platform_account_id": "UC_12345678",
"display_name": "John Doe"
}
]
}
]
}curl --request GET \
--url https://api.tapti.ai/users \
--header 'x-api-key: <api-key>'{
"users": [
{
"id": "690739f7-3e1b-4ceb-a439-23bd9c7ae573",
"created_at": "2024-12-09T19:15:03.738Z",
"updated_at": "2024-12-09T19:15:03.738Z",
"name": "John Doe",
"email": "[email protected]",
"phone": "1234567890",
"tenant_app_id": "2bac016b-ad8f-4bf9-afb3-a63814bca95f",
"accounts": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"user_platform": "YOUTUBE",
"platform_account_id": "UC_12345678",
"display_name": "John Doe"
}
]
}
]
}Users retrieved successfully
The list of users
Show child attributes
The unique identifier of the user
"690739f7-3e1b-4ceb-a439-23bd9c7ae573"
The timestamp when the user was created
"2024-12-09T19:15:03.738Z"
The timestamp when the user was last updated
"2024-12-09T19:15:03.738Z"
The name of the user
"John Doe"
The email of the user
The phone number of the user
"1234567890"
The ID of the tenant app this user belongs to
"2bac016b-ad8f-4bf9-afb3-a63814bca95f"
The user accounts associated with this user
Show child attributes
User Account ID
"123e4567-e89b-12d3-a456-426614174000"
Platform type
YOUTUBE, TIKTOK, INSTAGRAM, INSTAPRO, FACEBOOK, X, LINKEDIN "YOUTUBE"
Platform-specific account identifier
"UC_12345678"
Account display name
"John Doe"