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. |
|
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 5 sample string 6", "id": "cb25bf0d-4985-4678-b831-a95948dae876", "is_delegated": true, "agreement": true, "view_info": { "id": "48b740d3-ca36-4bfd-88a2-0f943ceb4a42", "show_date_of_in_request": true }, "id_role": "e3d818aa-f515-44c8-b6d2-f0f2fa771df0", "first_name": "sample string 5", "last_name": "sample string 6", "is_manager": true, "is_hr": true, "is_admin": true, "image_id": "654b34ac-40cc-41f5-bb82-38e104fefa98", "email": "sample string 10", "phone": "sample string 11", "web_popup_ids": "sample string 12", "birthdate": "2024-09-11T20:53:51Z", "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>2024-09-11T22:53:51.0023009+02:00</birthdate> <deleted>true</deleted> <email>sample string 10</email> <first_name>sample string 5</first_name> <full_name>sample string 5 sample string 6</full_name> <id>cb25bf0d-4985-4678-b831-a95948dae876</id> <id_role>e3d818aa-f515-44c8-b6d2-f0f2fa771df0</id_role> <image_id>654b34ac-40cc-41f5-bb82-38e104fefa98</image_id> <is_admin>true</is_admin> <is_delegated>true</is_delegated> <is_hr>true</is_hr> <is_manager>true</is_manager> <last_name>sample string 6</last_name> <phone>sample string 11</phone> <state_id>1</state_id> <view_info> <id>48b740d3-ca36-4bfd-88a2-0f943ceb4a42</id> <show_date_of_in_request>true</show_date_of_in_request> </view_info> <web_popup_ids>sample string 12</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": "2024-09-11T20:53:51Z", "ip": "sample string 4", "group_id": 1, "group_role": 1, "full_name": "sample string 16 sample string 15", "id": "76f483f0-61bc-447e-9cc1-9e150b59c56e", "image_id": "c5233261-bdac-4372-b00d-3d89e7a5dbfa", "id_user_work_position": "4feea488-aacb-4e0b-8783-b34edd2838b8", "id_shift": "d2fbd49e-5d15-4e09-bff2-474c711491fe", "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>76f483f0-61bc-447e-9cc1-9e150b59c56e</id> <id_shift>d2fbd49e-5d15-4e09-bff2-474c711491fe</id_shift> <id_user_work_position>4feea488-aacb-4e0b-8783-b34edd2838b8</id_user_work_position> <image_id>c5233261-bdac-4372-b00d-3d89e7a5dbfa</image_id> <introduction>sample string 14</introduction> <last_name>sample string 16</last_name> <title>sample string 13</title> <DateOfLastActivity>2024-09-11T22:53:51.019793+02:00</DateOfLastActivity> <GroupId>1</GroupId> <GroupRole>1</GroupRole> <IP>sample string 4</IP> <Role>1</Role> <Token>sample string 2</Token> </UserLogged>