GET api/License/IslimitedUser/{userPrincipalName}

Checks if a user is a limited user

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userPrincipalName

The user principal name for the user

string

Required

Body Parameters

None.

Response Information

Resource Description

Returns a bool indicating if the user is a limited user or not

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

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