Receiving White Branding Info

View as MarkdownOpen in Claude

EWrapper.userInfo (

reqId: int. Identifier for the given request.

whiteBrandingId: String. Identifier for the white branded entity.
)

1def userInfo(self, reqId: int, whiteBrandingId: str):
2 print("UserInfo.", "ReqId:", reqId, "WhiteBrandingId:", whiteBrandingId)