Get User
This endpoint retrieves account details of a specific user.
Authorizations
Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.
Headers
Preferred language for the response
Body
Response
Success - Merchant user details retrieved
The unique identifier of the user
"user-id-123"
The first name of the user
"John"
The last name of the user
"Phiri"
The email address of the user
"john.phiri@example.com"
The phone number of the user. May be an empty string if not set
"1234567890"
Indicates whether the user's email address has been confirmed
true
The human-readable description of the user's role
"Merchant Administrator"
The status code of the merchant user account (e.g., "A" for Active, "I" for Inactive, "C" for Closed)
"A"
The human-readable status name of the merchant user account
"Active"
The email of the user who created this merchant user association
"user@example.com"
The date and time when the merchant user association was created in UTC format
"2025-11-01T10:30:00.000Z"
The email of the user who last modified the merchant user. May be null or empty if never modified
"user@example.com"
The date and time when the merchant user was last modified in UTC format. May be null if never modified
"2025-11-03T09:15:00.000Z"