Get Customer Profile
Loading...
API endpoint path: /ux-users/v1/customers/{customerId}
Returns the customer's profile for the specified identifier. This includes personal details (name and demographics), login identifiers,
user status and role, contact methods, postal addresses, and entitled customer relationships. OAuth 2.0 authentication is required to
access this endpoint. If no query parameter is provided, the legacy customer ID is used by default. If a customer profile is needed
based on the online login username, the userIdType query parameter should be set to LOGIN_ID (e.g., ?userIdType=LOGIN_ID).
Request
Responses
- 200
- 400
- 403
- 404
- 500
- 503
Customer profile returned successfully
Bad Request
Forbidden
Not Found
Internal server error
Service unavailable