POST api/Auth?sufix={sufix}&idUserIdImpersonation={idUserIdImpersonation}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sufix | string |
Required |
|
| idUserIdImpersonation | globally unique identifier |
None. |
Body Parameters
UserInfo| Name | 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": "e5180989-16d1-438e-aa9a-f3b7c2ded007",
"is_delegated": true,
"agreement": true,
"view_info": {
"id": "7d8d0a88-8295-4ecb-bffa-dcfe43c9d857",
"show_date_of_in_request": true
},
"id_role": "9c07ed0b-be57-4e34-8747-3dd8472194c4",
"is_editor": true,
"first_name": "sample string 6",
"last_name": "sample string 7",
"is_manager": true,
"is_hr": true,
"is_admin": true,
"image_id": "cd87b1cb-be87-4be2-a24d-b09136404065",
"email": "sample string 11",
"phone": "sample string 12",
"web_popup_ids": "sample string 13",
"birthdate": "2025-12-05T04:55:02Z",
"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-12-05T05:55:02.733556+01: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>e5180989-16d1-438e-aa9a-f3b7c2ded007</id>
<id_role>9c07ed0b-be57-4e34-8747-3dd8472194c4</id_role>
<image_id>cd87b1cb-be87-4be2-a24d-b09136404065</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>7d8d0a88-8295-4ecb-bffa-dcfe43c9d857</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
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>