Admin Users
Get user by ID
Retrieve a specific user by their ID with all related data including subscriptions, payment events, coin transactions, private models, and chats
get/admin/users/{id}
Path parameters
idstring required
Example:user-uuid-here
User ID
Response
User retrieved successfully
Example response
{
"user": {
"id": "user-uuid-here",
"firebaseUserId": "firebase-user-id",
"email": "user@example.com",
"phoneNumber": "+1234567890",
"timezone": "America/Los_Angeles",
"language": "en-US",
"name": "Jane Doe",
"fcmToken": "fcm-token-here",
"appAccountToken": "app-account-token",
"createdAt": "2024-01-01T00:00:00Z",
"updatedAt": "2024-01-01T00:00:00Z",
"isSubscribed": true,
"autoRenewal": true,
"subscriptionSource": "stripe"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.