cURL
curl --request GET \ --url https://api.example.com/api/actor/users/{actor_user_id} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "<string>", "data": {}, "metadata": { "total_count": 123, "page_number": 123, "total_pages": 123, "page_size": 123 } }
PROPOSED ENDPOINT - NOT YET AVAILABLE
Get actor user information.
API key for application authentication (format: leo_xxxxxxxxx)
Actor's internal user ID
User retrieved successfully
true
Show child attributes