🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
api_key: ********************curl --location '/v1/merchants//users' \
--header 'api_key: <api-key>'{
"data": [
{
"relationship_id": 0,
"id": 0,
"name": "string",
"email": "string",
"roles": [
"string"
],
"merchant_role_id": 0,
"reseller_id": 0,
"status": "active",
"last_login": "string"
}
]
}