Class PutDisplayName

  • All Implemented Interfaces:
    RestModifyView<AccountResource,​DisplayNameInput>, RestView<AccountResource>

    public class PutDisplayName
    extends Object
    implements RestModifyView<AccountResource,​DisplayNameInput>
    REST endpoint to set the display name of an account.

    This REST endpoint handles PUT /accounts/<account-identifier>/displayname requests.

    The display name is a free-form text that a user can set for their own account. It defines how the user's name will be rendered in the UI in most screens. It is optional, and if not set, then the UI falls back to whatever is configured as the default display name, e.g. the full name.