Get customer user details in the system.
OK
Bad request
You are not authorized to access the resource
Accessing the resource you were trying to reach is forbidden
The resource you were trying to reach is not found
Internal server error
Service unavailable
Get user details by userId
{- "userId": "f945bc67-c44b-4f88-91d9-d09434e4dd37",
- "loginId": "user123",
- "firstName": "john",
- "lastName": "T",
- "email": "user123@gamil.com",
- "phoneNumber": "9389989658",
- "status": "Active",
- "shortName": "CORP1",
- "roleNames": [
- "Admin"
], - "limits": [
- {
- "name": "Daily_Payment_Approve_Limits",
- "value": 1022.23
}
]
}