Gets the identity and its associated profile by the activity Id.
URL:
http://{domain_name}/{rest_context_name}/private/api/social/v1-alpha3/{portalContainerName}/identity/{identityId}.{format}
Level API: Platform
Requires Authentication: true
Parameters:
Required (path parameters):
Parameter | Description |
---|---|
portalContainerName | The associated portal container name. |
identityId | The Id of the specified identity. |
format | The format of the returned result, for example, JSON or XML. |
Optional (query parameters): No
Request example:
GET http://localhost:8080/rest/private/api/social/v1-alpha3/portal/identity/123456789.json
Response:
{ "id" : "123456789", "providerId": "organization", "remoteId": "demo", "profile": { "fullName": "Demo Gtn", "avatarUrl": "http://localhost:8080/profile/avatar/demo.jpg" } }