Authentication

class matterapi.endpoints.async_api.AuthenticationApi(client: matterapi.client.base.BaseClient, skip_response_parsing: bool = False)

Endpoint related to authentication operations

async migrate_auth_to_ldap(*, json_body: Union[matterapi.models.MigrateAuthToLdapJsonBody, Dict]) None

Migrate user accounts authentication type to LDAP.

Migrates accounts from one authentication provider to another. For example, you can upgrade your authentication provider from email to LDAP.

Permissions:

Must have manage_system permission.

Minimum Server Version:

5.28

Api Reference:

MigrateAuthToLdap

async migrate_auth_to_saml(*, json_body: Union[matterapi.models.MigrateAuthToSamlJsonBody, Dict]) None

Migrate user accounts authentication type to SAML.

Migrates accounts from one authentication provider to another. For example, you can upgrade your authentication provider from email to SAML.

Permissions:

Must have manage_system permission.

Minimum Server Version:

5.28

Api Reference:

MigrateAuthToSaml