Get the specified property for the specified user.
get
/social/api/v1/people/{peopleID}/properties/{propertyID}
Request
Supported Media Types
- application/json
Path Parameters
-
peopleID: integer(int64)
The people ID. The object's unique identifier from a long integer representation.
-
propertyID: integer(int64)
The property ID. The object's unique identifier from a long integer representation.
Response
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : XV1PeoplePropertyInfo
Type:
object
V1 People Property Information DTO.
Show Source
-
name(optional):
string
The property name.
-
value(optional):
string(uuid)
The property value.