cURL
curl --request PUT \ --url https://api.example.com/api/actor/users/{actor_user_id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "email": "[email protected]", "first_name": "<string>", "last_name": "<string>", "business_name": "<string>", "certificate_issuance_name": "<string>" } '
{ "success": true, "message": "<string>", "data": {}, "metadata": { "total_count": 123, "page_number": 123, "total_pages": 123, "page_size": 123 } }
PROPOSED ENDPOINT - NOT YET AVAILABLE
Update actor user information.
API key for application authentication (format: leo_xxxxxxxxx)
Business or organization name
Name to appear on authentication certificates
User updated successfully
true
Show child attributes