GET Identifications/UserInfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
UserInfoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifiant | string |
None. |
|
| Acces | boolean |
None. |
|
| Groupes | Collection of string |
None. |
|
| RemoteUID | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Identifiant": "sample string 1",
"Acces": true,
"Groupes": [
"sample string 1",
"sample string 2"
],
"RemoteUID": "sample string 3"
}