JBoss.orgCommunity Documentation

GET identityId.format

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:

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"
   }
 }