GET eo-members/clubs?ClientId={ClientId}&user_id={user_id}
Retrieve Clubs for particular User Id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId |
ClientId |
string |
Required |
| user_id |
User Id |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| Id | string |
None. |
|
| CountryId | string |
None. |
|
| CountryName | string |
None. |
|
| Name | string |
None. |
|
| City | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserId": "853bede7-5d1c-496f-b064-6b021fc9e93f",
"Id": "sample string 2",
"CountryId": "sample string 3",
"CountryName": "sample string 4",
"Name": "sample string 5",
"City": "sample string 6"
}
application/xml, text/xml
Sample:
<ClubsResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserId>853bede7-5d1c-496f-b064-6b021fc9e93f</UserId> <Id>sample string 2</Id> <CountryId>sample string 3</CountryId> <CountryName>sample string 4</CountryName> <Name>sample string 5</Name> <City>sample string 6</City> </ClubsResult>