Update account group MT5#
About#
Update account group MT5.
PUT /users/current/mt5/provisioning-profiles/:profileId/accounts/:login/group
For more information see swagger documentation
Headers#
Name | Type | Required | Description |
---|---|---|---|
auth-token | string | Yes | MetaApi account token. See Authentication & authorization |
Path parameters#
Name | Type | Required | Description |
---|---|---|---|
profileId | string | Yes | Id of the provisioning profile that will be used as the basis |
login | number | Yes | MT5 account login |
Body#
Name | Type | Required | Description |
---|---|---|---|
groupName | string | Yes | Group name |
Response#
- 200 - Successfully change account group group
- 400 - Validation failed. Response schema: Error
- 404 - Account not found. Response schema: Error
Examples#
Example request:
curl -X PUT --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'auth-token: token' -d '{}' 'https://mt-manager-api-v1.new-york.agiliumtrade.ai/users/current/mt5/provisioning-profiles/2f/accounts/12345group'