Update a user's authentication method
PUT/users/:user_id/auth
Updates a user's authentication method. This can be used to change them to/from LDAP authentication for example
Permissions
Must have the edit_other_users permission.
Request
Responses
- 200
- 400
- 401
- 403
- 501
User auth update successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Feature is disabled