Migrate user accounts authentication type to LDAP.
POST/api/v4/users/migrate_auth/ldap
Migrates accounts from one authentication provider to another. For example, you can upgrade your authentication provider from email to LDAP. Minimum server version: 5.28
Permissions
Must have manage_system permission.
Request
Responses
- 200
- 400
- 401
- 403
- 501
Successfully migrated authentication type to LDAP.
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Feature is disabled