cURL
curl --request GET \ --url https://playground.answeringagent.com/api/v1/users/by-email \ --header 'X-API-KEY: <api-key>'
{ "id": 123, "external_id": "<string>", "email": "[email protected]", "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "organizations": [ { "id": 123, "name": "<string>", "role": "owner" } ] }
User object returned.
Internal user ID
External identifier provided by the reseller
User's email address
User's display name
When the user was created
When the user was last updated
Organizations this user belongs to with their role
Show child attributes