Skip to content

Commit

Permalink
Document changeUserIdentifier #5515
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-a-dunlap committed Feb 21, 2019
1 parent 92fe3fa commit 41caaef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/sphinx-guides/source/api/native-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,13 @@ POSTed JSON example::
"email": "pete@mailinator.com"
}

Change User Identifier
~~~~~~~~~~~~~~~~~~~~~~

The body of the PUT request is the new identifier for the user. Changes identifier for user in ``AuthenticatedUser``, ``BuiltinUser``, ``AuthenticatedUserLookup`` & ``RoleAssignment``.

PUT http://$SERVER/api/admin/authenticatedUsers/changeIdentifier/$identifier

Make User a SuperUser
~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 41caaef

Please sign in to comment.