POST api/v1/ReportAPI/IsRootAccount?accountID={accountID}
Checks if the account is a root account
Request Information
URI Parameters
Name | Description | Type | Additional 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
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean>true</boolean>