Get customer user.

Get customer user details in the system.

SecurityoAuth2
Request
path Parameters
customerId
required
string

Customer unique identifier and which is associated with the token legal entity.

userId
required
string

Customer user unique identifier. It should be associated with the requested legal entity.

Responses
200

OK

400

Bad request

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

500

Internal server error

503

Service unavailable

default

Get user details by userId

get/api/user-management/v1/customers/{customerId}/users/{userId}
Request samples
Response samples
application/json
{
  • "userId": "f945bc67-c44b-4f88-91d9-d09434e4dd37",
  • "loginId": "user123",
  • "firstName": "john",
  • "lastName": "T",
  • "email": "user123@gamil.com",
  • "phoneNumber": "9389989658",
  • "status": "Active",
  • "shortName": "CORP1",
  • "roleNames": [
    ],
  • "limits": [
    ]
}