cURL
curl --request GET \ --url https://api.panora.dev/crm/users/{id}
{ "message": "<string>", "error": "<string>", "statusCode": 123, "data": { "name": "<string>", "email_address": "<string>", "teams": [ "<string>" ], "account_id": [ "<string>" ], "field_mappings": {}, "id": "<string>", "remote_id": "<string>", "remote_data": {} } }
Retrieve a user from any connected Crm software
id of the user you want to retrieve.
Set to true to include data from the original Crm software.
The response is of type object.
object