Set the specified property for the specified user.
post
/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.
The request body defines the details of the request.
Root Schema : XV1PeoplePropertyUpdateInfo
Type:
object
V1 People Property Update Information.
Show Source
-
value(optional):
string
The property value.
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.