GetUserAffiliateCount

Category: User Permissions: Operator, Trading Call Type: Synchronous

Gets a count of users who have been referred to the exchange by the identified user.

Request

{
  "OMSId":1,
  "UserId":1
}
KeyValue

OMSId

integer. The ID of the Order Management System on which the user operates.

UserId

integer. The ID of the user.

Response

{
  "Count":0
}
KeyValue

Count

integer. The count of exchange users who have been referred to the exchange by the user identified by UserId in the request.

Last updated