Uploaded image for project: 'Atlassian Guard'
  1. Atlassian Guard
  2. ACCESS-1557

Allow user avatar to be updated via REAST API with PATCH /users/{account_id}/manage/profile

    • 2
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Summary

      Currently in 

      the payload includes

      {
        "name": "Lila User",
        "nickname": "marshmallow",
        "zoneinfo": "America/Los_Angeles",
        "locale": "en-US",
        "extended_profile": {
          "job_title": "Lead Investigator",
          "organization": "Amalgamated Investigations",
          "department": "Investigations",
          "location": "Lompoc, CA"
        }
       

       However the response includes the field

      "picture": "https://www.example.com/avatars/userl"
      

      It would be good to include this is the PATCH request payload.

      Similar requests include

              Unassigned Unassigned
              jrichards@atlassian.com James Richards
              Votes:
              9 Vote for this issue
              Watchers:
              10 Start watching this issue

                Created:
                Updated: