Update the specified user.

patch

/social/api/v1/people/{peopleID}

Request

Supported Media Types
Path Parameters
Body ()
The request body defines the details of the request.
Root Schema : XV1PeopleUpdateInfo
Type: object
V1 People Update Information.
Show Source
  • XUserProfileUpdater
    Updater for user profiles.
  • XUserUpdater
    Updater for user objects.

    IMPORTANT: The following updater fields are supported only by the XUserModule.Server.updateUser() method. They are not supported by the XUserObject.updateAttributes() method. XUserObject clients must call the individual setters instead (see setAdmin(), setEnabled(), and so on).

    See XUserProfileUpdater for additional user-related fields that are updatable through an XUpdater (title, phone number, and so on).

Nested Schema : XUserProfileUpdater
Type: object
Updater for user profiles.
Show Source
Nested Schema : XUserUpdater
Type: object
Updater for user objects.

IMPORTANT: The following updater fields are supported only by the XUserModule.Server.updateUser() method. They are not supported by the XUserObject.updateAttributes() method. XUserObject clients must call the individual setters instead (see setAdmin(), setEnabled(), and so on).

See XUserProfileUpdater for additional user-related fields that are updatable through an XUpdater (title, phone number, and so on).

Show Source

Response

Supported Media Types

200 Response

Successful operation.
Body ()
V1 People Information DTO.
Root Schema : XV1PeopleInfo
Type: object
V1 People Information DTO.
Show Source