Current user will get its profile information in response. User will also get ID of a role assign to him and a list of group IDs from which it belongs to.
Average Response Time: 154ms
The Response Body will be a JSON object
Unauthorized. Missing Authorization or AccessToken or Access Token expired
Forbidden. Missing X-API-key
{- "userId": "7d675ef0-f423-11e9-8071-89c0c4052141",
- "customerId": "1234567890",
- "emailId": "erlich.bachman@piedpiper.com",
- "firstName": "Erlich",
- "lastName": "Bachman",
- "roleId": "7d5620e0-f423-11e9-8071-89c0c4052141",
- "status": "enabled",
- "groups": [
- "7d6207c0-f423-11e9-8071-89c0c4052141"
], - "userName": "erlich.bachman",
- "phone": 15551234565,
- "contact": "Richard Hendricks",
- "country": "USA",
- "company": "Pied Piper",
- "friendlyName": "Erlich Bachman"
}