SP.Social.SocialActorInfo.id property (sp.userprofiles)

Gets or sets the actor's unique identifier.

Applies to: apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013

var value = SP.Social.SocialActorInfo.get_id()
SP.Social.SocialActorInfo.set_id(value)

Return value

String
The actor's unique identifier.

Remarks

The id property is sufficient for identifying an actor, if it is available. If this property is set to a non-empty value, all other properties are ignored.

See also

Other resources

SocialActorInfo