Set user language through REST

XMLWordPrintable

    • 0

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.

      Administrators could make good use of setting the Preferred Language for users through the REST Api.

      Currrently, according to the REST documentation, this is not possible:

      /rest/api/2/user
      {
          "self": "http://www.example.com/jira/rest/api/2/user?username=fred",
          "name": "fred",
          "emailAddress": "fred@example.com",
          "avatarUrls": {
              "24x24": "http://www.example.com/jira/secure/useravatar?size=small&ownerId=fred",
              "16x16": "http://www.example.com/jira/secure/useravatar?size=xsmall&ownerId=fred",
              "32x32": "http://www.example.com/jira/secure/useravatar?size=medium&ownerId=fred",
              "48x48": "http://www.example.com/jira/secure/useravatar?size=large&ownerId=fred"
          },
          "displayName": "Fred F. User",
          "active": true,
          "timeZone": "Australia/Sydney",
          "groups": {
              "size": 3,
              "items": []
          }
      }
      

            Assignee:
            Unassigned
            Reporter:
            Pedro Cora (Inactive)
            Votes:
            15 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated: