Create Account
POST
/users/{user_id}/migrate/members/{member_id}/accounts
Any fields described in the MDX Data Spec may optionally be sent.
The id cannot begin with "ACT-" as this is reserved for the system.
| Field | Description |
|---|---|
id | Unique identifier for the account |
name | Name of the account |
type | Type of the account. See this table for a listing of account types. |
balance | Account balance. Should be positive by default. |
Request sample
Language:shell