Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.partoo.co/llms.txt

Use this file to discover all available pages before exploring further.

No. SSO in Partoo does not create users automatically.You must first create users manually using the Partoo interface or via the API before they can log in with SSO.
Use the User Creation API to automate onboarding.
When creating a user via the API, set:
{
  "sso_only": true,
  "send_invitation": false,
  "password": null
}
This disables email invitations and login by password, allowing SSO login only.
Partoo sends an email to the technical contact before your SAML certificate expires.Follow the instructions in the email to upload a new certificate in the app or send it to the support address provided.
An expired certificate can prevent users from logging in.
Yes. You can continue to use other login methods like Google if configured in your Identity Provider.SSO is just one of the supported login methods.
Contact your Customer Success Manager or reach out via our Technical Support channel for guidance.