Adyen · Example Payload
Adyen Get Merchants Merchantid Users Userid Example
PaymentsFinancial ServicesFintech
Adyen Get Merchants Merchantid Users Userid Example is an example object payload from Adyen, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "get-merchants-merchantId-users-userId",
"method": "GET",
"path": "/merchants/{merchantId}/users/{userId}",
"summary": "Adyen Get User Details",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "get-merchants-merchantId-users-userId200Example",
"example": {
"_links": "https://example.com/resource",
"accountGroups": [
"example_value"
],
"active": true,
"apps": [
"example_value"
],
"email": "user@example.com",
"id": "500123",
"name": "Example Name",
"roles": [
"example_value"
],
"timeZoneCode": "CODE123",
"username": "Example Name"
}
},
{
"status": "400",
"contentType": "application/json",
"name": "get-merchants-merchantId-users-userId400Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
},
{
"status": "401",
"contentType": "application/json",
"name": "get-merchants-merchantId-users-userId401Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
},
{
"status": "403",
"contentType": "application/json",
"name": "get-merchants-merchantId-users-userId403Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
},
{
"status": "422",
"contentType": "application/json",
"name": "get-merchants-merchantId-users-userId422Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
},
{
"status": "500",
"contentType": "application/json",
"name": "get-merchants-merchantId-users-userId500Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
}
]
}