lock
GET
api/CommUserInfo/v1
No documentation available.
EXPANDexpand_more
Request Information
Roles
- CommunityPortal
URI Parameters
None.
Body Parameters
None.
EXPANDexpand_more
Response Information
Resource Description
UserInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| commnityId | integer |
None. |
|
| Given1 | string |
None. |
|
| Given2 | string |
None. |
|
| Surname | string |
None. |
|
| string |
None. |
Response Formats
{
"commnityId": 1,
"Given1": "sample string 2",
"Given2": "sample string 3",
"Surname": "sample string 4",
"email": "sample string 5"
}
<UserInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergetic.Model"> <Email>sample string 5</Email> <Given1>sample string 2</Given1> <Given2>sample string 3</Given2> <ID>1</ID> <Surname>sample string 4</Surname> </UserInfo>