Path:
GET /user/{userId}
The system-enerated user ID is passed in the request path of this endpoint, to retrieve the user details. In addition to running focused campaigns to offer product recommendation, promos, and the like, user details are required to build user profile and create personalized experience across channels.
Authorization: {AuthToken}
application/json
application/json
Type: Path
Name: System user ID (user._Id)
Required: true
https://{baseurl}/user/5e97947d3cb8553c0e43d87f
HTTP Code : 200 Message : OK
You will see this message when the user details are successfully retrieved.
Sample
{"_id": "5e97947d3cb8553c0e43d87f","isActive": {"status": true},"registrationDate": "2020-04-15T22:34:22.429Z","expiryDate": "2070-04-15T22:34:22.429Z","roles": ["5de1646f8c6352091d944f1c"],"name": {"first": "John","middle": "A","last": "Smith"},"phone": [{"_id": "5e97947d3cb8553c0e43d880","number": "123456789","countryCode": "+1","extension": "1234","kind": "mobile","id": "5e97947d3cb8553c0e43d880"}],"email": "johnsmith@fabric.inc","extra": {"dob": "03-19-1993"},"registrationSite": "abcde.com","account": "5e97947d3cb8553c0e43d87e","userId": 90,"address": [],"provider": [{"registrationDate": "2020-04-15T22:34:22.429Z","isActive": true,"_id": "5e97947d3cb8553c0e43d881","name": "LOCAL","lastLoginDate": "2020-04-16T04:28:33.560Z","id": "5e97947d3cb8553c0e43d881"}],"createdAt": "2020-04-15T23:10:53.773Z","updatedAt": "2020-04-16T04:28:33.560Z","__v": 0}
HTTP Code : 403 Message : Forbidden
Description: You will see this message when the system user ID is incorrect.
Sample
{"statusCode": 403,"error": "Forbidden","message": "User is not authorized to access this resource"}
Last updated - July 2020