Authorizations
Bearer authentication header of the form Bearer <Token>, where <Token> is your access token.
Headers
The organization identifier
The merchant account number
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 username or identifier of the user who created this merchant user association
"JohnDoe"
The date and time when the merchant user association was created in UTC format
"2025-11-01T10:30:00.000Z"
The username or identifier of the user who last modified the merchant user. May be null or empty if never modified
"JohnDoe"
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"