POST api/SoglieLti/CheckSogliaUtente

Request Information

URI Parameters

None.

Body Parameters

CheckSogliaUtente
NameDescriptionTypeAdditional information
UserId

string

Required

Request Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1"
}

application/xml, text/xml

Sample:
<ParametriWS.CheckSogliaUtente xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess">
  <UserId>sample string 1</UserId>
</ParametriWS.CheckSogliaUtente>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

StatoSogliaUtente
NameDescriptionTypeAdditional information
AccessoConsentito

boolean

None.

DataSbloccoSoglia

date

None.

Response Formats

application/json, text/json

Sample:
{
  "AccessoConsentito": true,
  "DataSbloccoSoglia": "2026-02-11T15:39:47.3965381+01:00"
}

application/xml, text/xml

Sample:
<StatoSogliaUtente xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess">
  <AccessoConsentito>true</AccessoConsentito>
  <DataSbloccoSoglia>2026-02-11T15:39:47.3965381+01:00</DataSbloccoSoglia>
</StatoSogliaUtente>