curl -X GET \ -H "QB-Token: bdbb2bd5abb81b1d7fe7be03db9305b46e012bba" \ https://api.quickblox.com/users/external/133712.json
{ "user": { "id": 96831397, "full_name": "Jen Lesser", "email": "[email protected]", "login": "Jen", "phone": "+1331234215", "website": "https://mysite.com", "created_at": "2019-08-29T19:15:17Z", "updated_at": "2019-08-29T19:15:17Z", "last_request_at": null, "external_user_id": 133712, "facebook_id": "1338866", "twitter_id": "1339366", "blob_id": null, "custom_data": null, "age_over16": true, "allow_statistics_analysis": true, "allow_sales_activities": true, "parents_contacts": "", "user_tags": "android" } }
Retrieve a user by External User ID.
Get user by external user id with API key
1. Use 'Authorization' header to pass API key
curl -X GET \ -H 'Authorization: ApiKey 28irlNAGasWDSupO9Vw0BBMZfuHrAUYKpmroS9yBORI' \ https://api.quickblox.com/users/external/1236672.json
2. As a result, the API returns a user with the specified external user id
ApiKey {your_api_key}
200
Show properties
401
403
404
422
Was this page helpful?