POST api/v1/ReportAPI/IsRootAccount?accountID={accountID}

Checks if the account is a root account

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountID

account id of the logged in account

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

true if it is a root account

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>