GET api/v1/user/{userId}
Retrieves the user with the given user id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userId |
The id of the user to retrieve |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
GoViralUserViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Diply | DiplyProperties |
None. |
|
Relationships | Collection of RelationshipTargetPair |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.