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