Get CRM Prop Trading Users
POST /public/v1/propTrading/users
Request Body
| Key | Type | Required | Rule | Description |
|---|---|---|---|---|
| skip | number | Mandatory | Skip Count | |
| limit | number | Mandatory | Per Page |
Expected HTTP status code
- 200
Response
| Name | Type | Description |
|---|---|---|
| [] | array | prop trading users |
| [].init_request_id | string | request id of join prop trading |
| [].user_id | string | user id of crm client |
| [].steps | array | prop trading accounts of step |
| [].steps[].trading_id | number | prop trading account id |
| [].steps[].platform | array | prop trading accounts platform |
| [].steps[].connection_id | array | prop trading accounts connection id |
| [].steps[].current | boolean | Indicates the current phase being participated in |