Is Full Master Account

View as MarkdownOpen in Claude

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.
reqIDlongRequired
Request identifier to uniquely track a request.
subscriptionKeystringOptional
Subscription key. Send an empty string on the initial request.

Response

Successfully retrieved the full-master status of the account.

isFullMasterbooleanOptional
True if the authenticated advisor is a full master account.
reqIDlongOptional
Request identifier to uniquely track a request.
subscriptionStatuslongOptional
Describes if the model is in polling mode.

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error