POST api/GetUsersByFriendIds
Request Information
URI Parameters
None.
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/xml, text/xml
Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <int>1</int> <int>2</int> </ArrayOfint>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of User| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FriendId | integer |
None. |
|
| PopUserId | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| StructureId | integer |
None. |
|
| StructureCode | string |
None. |
|
| StructureName | string |
None. |
|
| StreetNumber | string |
None. |
|
| StreetName | string |
None. |
|
| ZipCode | string |
None. |
|
| City | string |
None. |
|
| Picture | Collection of byte |
None. |
|
| string |
None. |
||
| Mobile | string |
None. |
|
| Portable | string |
None. |
|
| Fixe | string |
None. |
|
| Registered | boolean |
None. |
|
| CurrentRole | Role |
None. |
|
| Roles | Collection of Role |
None. |
|
| Gender | Gender |
None. |
|
| Permissions | Collection of Permission |
None. |
|
| POPUserApplicationRelationList | Collection of POPUserApplicationRelation |
None. |
|
| AttachedStructuresIds | Collection of integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.