GET account/can-access-page

Checks whether the current user can access a given application path, for use as a pre-flight check on their default home page redirect.

Request Information

URI

https://mtm-api.xaitcpq.net/account/can-access-page?path={path}

URI Parameters

NameDescriptionTypeAdditional information
path

string

Required

Body Parameters

None.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>