POST Identifications/{Identifiant}/Login

Méthode de vérification de couples identifiant / password pour l'authentification.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Identifiant

Identifiant de la personne (no_licence, ut_code, fourn_id, etc...)

string

Required

Body Parameters

Informations de connexion

CredentialsModel
NameDescriptionTypeAdditional information
Password

Mot de passe associé à l'identifiant

string

None.

Request Formats

application/json, text/json

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

Response Information

Resource Description

Retourne les informations de l'utilisateur en cas de validité du couple login/password.

VU_API_IDENTIFICATIONS_DTO
NameDescriptionTypeAdditional information
IDENTIFIANT

string

None.

NO_LICENCE

string

None.

NOM_COMPLET

string

None.

NOM

string

None.

PRENOM

string

None.

EMAIL

string

None.

TYPE

string

None.

W2P_ST_CODE

string

None.

UMB_ST_CODE

string

None.

SDR_ACCESS

boolean

None.

CPROG_GESTION

boolean

None.

CPROG_ROLE

string

None.

CPROG_STRUCT

string

None.

BTQ_IDENT

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IDENTIFIANT": "sample string 1",
  "NO_LICENCE": "sample string 2",
  "NOM_COMPLET": "sample string 3",
  "NOM": "sample string 4",
  "PRENOM": "sample string 5",
  "EMAIL": "sample string 6",
  "TYPE": "sample string 7",
  "W2P_ST_CODE": "sample string 8",
  "UMB_ST_CODE": "sample string 9",
  "SDR_ACCESS": true,
  "CPROG_GESTION": true,
  "CPROG_ROLE": "sample string 10",
  "CPROG_STRUCT": "sample string 11",
  "BTQ_IDENT": "sample string 12"
}