GET API/V1/Mobile/Authentication/SecurityInformation
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loginDateTime | date |
Required |
Body Parameters
None.
Response Information
Resource Description
iMDsoft.API.Metavision.Data.Authentication.Entities.UserSecurityInformation| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| LoginName | string |
None. |
|
| UserRoles | Collection of iMDsoft.API.Metavision.Data.Authentication.Entities.UserRole |
None. |
Response Formats
application/json, text/json
Sample:
{
"userId": 1,
"loginName": "sample string 2",
"userRoles": [
{
"userRoleId": 1,
"role": {
"roleId": 1,
"name": "sample string 2",
"externalCode": "sample string 3",
"departments": [
{
"id": 1,
"name": "sample string 2"
},
{
"id": 1,
"name": "sample string 2"
}
]
},
"externalCode": "sample string 2",
"validityDateRange": {
"validFrom": "2025-11-03T13:06:54.306327+02:00",
"validTo": "2025-11-03T13:06:54.306327+02:00"
}
},
{
"userRoleId": 1,
"role": {
"roleId": 1,
"name": "sample string 2",
"externalCode": "sample string 3",
"departments": [
{
"id": 1,
"name": "sample string 2"
},
{
"id": 1,
"name": "sample string 2"
}
]
},
"externalCode": "sample string 2",
"validityDateRange": {
"validFrom": "2025-11-03T13:06:54.306327+02:00",
"validTo": "2025-11-03T13:06:54.306327+02:00"
}
}
]
}