GET api/role/{id}/compliancecountry

Gets the compliance country for the role using the configured compliance level preference.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The role id.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The resolved compliance country, or null when it cannot be resolved.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.