-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: User Access - Manage app access groups
-
191
-
31
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Currently it appears the /rest/api/2/user (PUT) API doesn't provide facility to set users active or inactive, or perhaps the request representation doesn't include how this is done. Currently the API works fine for the following fields:
{
"name": "eddie",
"emailAddress": "eddie@atlassian.com",
"displayName": "Eddie of Atlassian"
}
Can something like "Active": 1 or "Active": true be made available for this API as well to set the Activate or de-activate a user?
- derived from
-
JRACLOUD-27782 REST API for user administration
- Closed
- is related to
-
AX-1151 REST API to activate/deactivate users
- Closed
-
JRASERVER-37294 Allow set active/inactive user via REST API
- Closed
- relates to
-
ID-164 JIRA User Management REST API
-
- Closed
-
-
AX-1151 REST API to activate/deactivate users
- Closed
-
AX-1166 JIRA API disabling users
- Gathering Interest