Changelog
Introduction

Sections

Theme switcher

AccountInfoServiceExternal

getAccountInfoChangedStream: Streams updates about account information changes, accepts a PBAccountInfoChangedRequestExternal message with the systemUuid, groups, and flags for blocked/locked accounts, returns a stream of PBAccountInfoChangedStreamResponseExternal messages containing either PBAccountInfoUpdated objects with account details like login, group, leverage, status, and currency, or PBAccountInfoDeleted objects with the reason for account deletion.

On account update only changed fields are returned (full list of keys in Create Response example).

Request

systemUuidstring Required
groupsarray Required

Show child attributes

includeBlockedboolean
includeLockedboolean

Create Response

userUpdatedobject

Show child attributes

Update Response

userUpdatedobject

Show child attributes

Delete Response

userDeletedobject

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

1 2 3 4 5 6 7 8 { "systemUuid": "", "groups": [ "" ], "includeBlocked": false, "includeLocked": false }
Was this section helpful?

What made this section unhelpful for you?