GET api/Employes/ContactEmployesWithGroup/{EmployeId}
Get MinimalContactEmploye And associated Group
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MinimalContactEmployeWithGroups| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployesId | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| Telephone | string |
None. |
|
| Role | string |
None. |
|
| SiteId | integer |
None. |
|
| WFY | string |
None. |
|
| WFU | string |
None. |
|
| AvatarUrl | string |
None. |
|
| CompanyId | integer |
None. |
|
| LastConnexion | date |
None. |
|
| GroupsOfUser | Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EmployesId": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Mail": "sample string 4",
"Telephone": "sample string 5",
"Role": "sample string 6",
"SiteId": 7,
"WFY": "sample string 8",
"WFU": "sample string 9",
"AvatarUrl": "sample string 10",
"CompanyId": 11,
"LastConnexion": "2025-12-27T02:25:19.7065888+00:00",
"GroupsOfUser": [
1,
2
]
},
{
"EmployesId": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Mail": "sample string 4",
"Telephone": "sample string 5",
"Role": "sample string 6",
"SiteId": 7,
"WFY": "sample string 8",
"WFU": "sample string 9",
"AvatarUrl": "sample string 10",
"CompanyId": 11,
"LastConnexion": "2025-12-27T02:25:19.7065888+00:00",
"GroupsOfUser": [
1,
2
]
}
]
application/xml, text/xml
Sample:
<ArrayOfMinimalContactEmployeWithGroups xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
<MinimalContactEmployeWithGroups>
<AvatarUrl>sample string 10</AvatarUrl>
<CompanyId>11</CompanyId>
<EmployesId>1</EmployesId>
<FirstName>sample string 2</FirstName>
<GroupsOfUser xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</GroupsOfUser>
<LastConnexion>2025-12-27T02:25:19.7065888+00:00</LastConnexion>
<LastName>sample string 3</LastName>
<Mail>sample string 4</Mail>
<Role>sample string 6</Role>
<SiteId>7</SiteId>
<Telephone>sample string 5</Telephone>
<WFU>sample string 9</WFU>
<WFY>sample string 8</WFY>
</MinimalContactEmployeWithGroups>
<MinimalContactEmployeWithGroups>
<AvatarUrl>sample string 10</AvatarUrl>
<CompanyId>11</CompanyId>
<EmployesId>1</EmployesId>
<FirstName>sample string 2</FirstName>
<GroupsOfUser xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</GroupsOfUser>
<LastConnexion>2025-12-27T02:25:19.7065888+00:00</LastConnexion>
<LastName>sample string 3</LastName>
<Mail>sample string 4</Mail>
<Role>sample string 6</Role>
<SiteId>7</SiteId>
<Telephone>sample string 5</Telephone>
<WFU>sample string 9</WFU>
<WFY>sample string 8</WFY>
</MinimalContactEmployeWithGroups>
</ArrayOfMinimalContactEmployeWithGroups>