Skip to content

Merchant_User_Retrieve

Request

Retrieve a merchant user by their external user ID (user_id). The user_id is the user_id that you used to create the merchant user.

Security
basicAuth
Path
user_idstringrequired
curl -i -X GET \
  -u '<username>:<password>' \
  'https://momnt-api-docs.redocly.app/_mock/docs/openapi/sponsor_merchant_v1/api/v1/sponsor/merchants/users/{user_id}/'

Responses

Bodyapplication/json
has_access_toArray of stringsread-onlyrequired

List of merchant external org IDs that the merchant user has access to.

is_activebooleanrequired

Whether the merchant user is active.

Response
{ "has_access_to": [ "string" ], "is_active": true }