Is Full Master Account
Determine whether the authenticated advisor account is a full master account (i.e. has full authority to create and manage models, invest sub-accounts, and submit transfers).
NOTE - This endpoint does not accept a model parameter. Supplying one has been observed to return 400 Bad Request on live traffic.
Authentication
AuthorizationBearer
SSO bearer token.
Request
This endpoint expects an object.
reqID
Request identifier to uniquely track a request.
subscriptionKey
Subscription key. Send an empty string on the initial request.
Response
Successfully retrieved the full-master status of the account.
isFullMaster
True if the authenticated advisor is a full master account.
reqID
Request identifier to uniquely track a request.
subscriptionStatus
Describes if the model is in polling mode.
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error

