POST api/Auth?IP={IP}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IP | string |
Required |
Body Parameters
UserInfoName | Description | Type | Additional information |
---|---|---|---|
full_name | string |
None. |
|
id | globally unique identifier |
Required |
|
is_delegated | boolean |
None. |
|
agreement | boolean |
None. |
|
view_info | ViewInfo |
None. |
|
id_role | globally unique identifier |
None. |
|
is_editor | boolean |
None. |
|
first_name | string |
None. |
|
last_name | string |
None. |
|
is_manager | boolean |
None. |
|
is_hr | boolean |
None. |
|
is_admin | boolean |
None. |
|
image_id | globally unique identifier |
None. |
|
string |
None. |
||
phone | string |
None. |
|
web_popup_ids | string |
None. |
|
birthdate | date |
None. |
|
deleted | boolean |
Required |
|
state_id | integer |
Required |
Request Formats
application/json, text/json
Sample:
{ "full_name": "sample string 6 sample string 7", "id": "8ce04c6c-3743-4bd6-a955-73f5ecac4767", "is_delegated": true, "agreement": true, "view_info": { "id": "6113e925-89b4-4b95-8e79-b9c7ffd6468a", "show_date_of_in_request": true }, "id_role": "7be0ff0d-f25a-45b3-a9fd-f1c93eeecdbb", "is_editor": true, "first_name": "sample string 6", "last_name": "sample string 7", "is_manager": true, "is_hr": true, "is_admin": true, "image_id": "9f18a7fe-a906-4c2a-966e-5ed2cc056cb6", "email": "sample string 11", "phone": "sample string 12", "web_popup_ids": "sample string 13", "birthdate": "2025-04-04T00:44:35Z", "deleted": true, "state_id": 1 }
application/xml, text/xml
Sample:
<UserInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models"> <agreement>true</agreement> <birthdate>2025-04-04T02:44:35.3999079+02:00</birthdate> <deleted>true</deleted> <email>sample string 11</email> <first_name>sample string 6</first_name> <full_name>sample string 6 sample string 7</full_name> <id>8ce04c6c-3743-4bd6-a955-73f5ecac4767</id> <id_role>7be0ff0d-f25a-45b3-a9fd-f1c93eeecdbb</id_role> <image_id>9f18a7fe-a906-4c2a-966e-5ed2cc056cb6</image_id> <is_admin>true</is_admin> <is_delegated>true</is_delegated> <is_editor>true</is_editor> <is_hr>true</is_hr> <is_manager>true</is_manager> <last_name>sample string 7</last_name> <phone>sample string 12</phone> <state_id>1</state_id> <view_info> <id>6113e925-89b4-4b95-8e79-b9c7ffd6468a</id> <show_date_of_in_request>true</show_date_of_in_request> </view_info> <web_popup_ids>sample string 13</web_popup_ids> </UserInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UserLoggedName | Description | Type | Additional information |
---|---|---|---|
Role | integer |
None. |
|
IsSuperAdmin | boolean |
None. |
|
Token | string |
None. |
|
DateOfLastActivity | date |
None. |
|
IP | string |
None. |
|
GroupId | integer |
None. |
|
GroupRole | integer |
None. |
|
FullName | string |
None. |
|
Id | globally unique identifier |
None. |
|
IdImage | globally unique identifier |
None. |
|
IdUserWorkPosition | globally unique identifier |
None. |
|
IdShift | globally unique identifier |
None. |
|
Code | string |
None. |
|
Code2 | string |
None. |
|
PeopleSoftId | string |
None. |
|
FunctionalUnit | string |
None. |
|
Title | string |
None. |
|
Introduction | string |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
Lock | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "role": 1, "date_od_last_activity": "2025-04-04T00:44:35Z", "ip": "sample string 4", "group_id": 1, "group_role": 1, "full_name": "sample string 16 sample string 15", "id": "81ae6863-3012-4042-8735-293eb3c41054", "image_id": "dfb9808a-4af4-44b4-a69b-3d06715c36e9", "id_user_work_position": "ff12a844-e4d8-4b6a-9077-fafdfa937c89", "id_shift": "f532815b-2936-48bf-b3a7-5869ace169c8", "code": "sample string 9", "code2": "sample string 10", "title": "sample string 13", "introduction": "sample string 14", "first_name": "sample string 15", "last_name": "sample string 16" }
application/xml, text/xml
Sample:
<UserLogged xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models"> <code>sample string 9</code> <code2>sample string 10</code2> <first_name>sample string 15</first_name> <full_name>sample string 16 sample string 15</full_name> <id>81ae6863-3012-4042-8735-293eb3c41054</id> <id_shift>f532815b-2936-48bf-b3a7-5869ace169c8</id_shift> <id_user_work_position>ff12a844-e4d8-4b6a-9077-fafdfa937c89</id_user_work_position> <image_id>dfb9808a-4af4-44b4-a69b-3d06715c36e9</image_id> <introduction>sample string 14</introduction> <last_name>sample string 16</last_name> <title>sample string 13</title> <DateOfLastActivity>2025-04-04T02:44:35.5563419+02:00</DateOfLastActivity> <GroupId>1</GroupId> <GroupRole>1</GroupRole> <IP>sample string 4</IP> <Role>1</Role> <Token>sample string 2</Token> </UserLogged>