Skip to main content
Version: 2.0.0

Tenant not found

The error you encountered arises from an unrecognized tenant in the permit check. Ensure you're entering the correct tenant name, taking into account its case sensitivity.

A solution to the issue

Create a tenant with a user and roles using Permit web application

Begin by creating a new tenant using our Tenant Management Screen. Once established, you can add users and assign roles to them within this tenant through our User Management Screen.

Create a tenant with a user and roles via the API

Initiate by setting up a tenant using our Tenant Management API. Following that, the API allows for user creation and role assignment within the newly created tenant. For more details, refer to our documentation on creating a user and assigning roles.

Create a tenant with a user and roles via the SDK

With the help of our Python SDK, Node SDK, or other available SDKs, you can establish a new tenant. Post creation, these SDKs offer functionalities to add users and allocate roles within the designated tenant. For further guidance, explore our comprehensive SDK documentation.