GET /user/{userId}
curl \
-X GET https://api.lassomoderation.com/api/v1/user/{userId} \
-H "Authorization: string"
Response examples (200)
{
"user": {
"id": "user_api_test",
"name": "Fred",
"type": "normal",
"email": "fred@privaterelay.appleid.com",
"status": "hidden",
"created_at": "2024-03-05T14:02:02.236Z",
"country_code": "NL",
"email_domain": "privaterelay.appleid.com",
"strike_until": "2024-03-05T15:19:12.522Z",
"profile_image_url": "https://i.pravatar.cc/180?u=2user_api_test",
"last_accepted_profile_name": "Fred"
},
"success": true
}