⚠️Get a User Profile
Attenzione: la seguente API sarà a breve deprecata, pertanto se ne sconsiglia l’uso. Utilizzare Get a User Profile using POST
Descrizione
Questa API permette di controllare che il cittadino identificato tramite codice fiscale sia iscritto ad IO, e che il servizio possa inviare comunicazioni al cittadino stesso.
La risposta è ritenuta positiva se sono verificate entrambe queste condizioni:
lo status code della risposta è
200
nel body di risposta il campo
sender_allowed=true
Get a User Profile
Returns the preferences for the user identified by the provided
fiscal code. The field sender_allowed
is set fo false
in case
the service which is calling the API has been disabled by the user.
The fiscal code of the user, all upper case.
"SPNDNL80R13C555X"
Found.
True in case the service that made the request can send messages to the user identified by this profile (false otherwise).
Indicates the User's preferred written or spoken languages in order of preference. Generally used for selecting a localized User interface. Valid values are concatenation of the ISO 639-1 two letter language code, an underscore, and the ISO 3166-1 2 letter country code; e.g., 'en_US' specifies the language English and country US.
Esempi
Risorse utili
https://developer.io.italia.it/openapi.html#operation/getProfile
Last updated