Logo
Adyen APIs API Documentation

Get user details

GET {{baseUrl}}/merchants/:merchantId/users/:userId

Returns user details for the userId and the merchantId specified in the path. To make this request, your API credential must have the following role: * Management API—Users read and write

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X GET 'https://management-test.adyen.com/v3/merchants/:merchantId/users/:userId' -H 'Accept: application/json'

ENDPOINTS