-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Org Management - Cloud Admin API keys
-
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": []
}
}
- is related to
-
JRASERVER-34933 Set user language through REST
- Gathering Interest