JBoss.orgCommunity Documentation
Description: 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}
Requires Authentication: true
Parameters:
Required (path parameters):
portalContainerName: the associated portal container name
identityId: the specified identityId
format: the expected returned format
Optional (query paramters): No
Request:
GET: http://cloud-workspaces.com/rest/private/api/social/v1-alpha3/portal/identity/123456789.json
Response:
{ "id" : "123456789", "providerId": "organization", "remoteId": "demo", "profile": { "fullName": "Demo Gtn", "avatarUrl": "http://cloud-workspaces.com/profile/avatar/demo.jpg" } }