GET /License/CanCreateAccount/{id}/

Check against the license to see if an account can be created.
 

Request

Method Request URI
GET /API/License/CanCreateAccount/{id}/?seatKind=value&isSeatReserved=value&sessionId=value

URI Parameters

URI Parameter Description
seatKind The Dundas.BI.Licensing.LicenseSeatKind that the account will be. See Dundas.BI.Licensing.LicenseSeatKind for more details.
isSeatReserved A value indicating whether the account will use a reserved seat.
sessionId The current session ID.

Path Parameters

Path Parameter Description
id The tenant ID the account will be a part of. If any.

Request Body

There is no Request Body for this function.

Response

Response Body

True or False depending on the result, or a status code indicating the problem.