Skip to main content
cURL

Query Parameters

member_id
integer

ID of the member to edit. Omit to create a new member.

Required range: x >= 1
Example:

195

name
string
required

Name of the member.

Maximum string length: 64
Example:

"Member1"

is_active
boolean
default:true

Whether the member should be active. true by default. A member cannot be created inactive.

Example:

true

accounts
integer[]

List of (sub)account user ids to grant the member Direct Access trading rights on.

Required range: x >= 1
Example:

Response

200 - application/json

Success response

jsonrpc
enum<string>
required

The JSON-RPC version (2.0)

Available options:
2.0
result
object
required
id
integer

The id that was sent in the request