# Get organization JIT email domains **GET /api/organizations/{id}/jit/email-domains** Get email domains for just-in-time provisioning of users in the organization. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **id** (string) The unique identifier of the organization. #### Query parameters - **page** (integer) Page number (starts from 1). - **page_size** (integer) Entries per page. ## Responses ### 200: A list of email domains. #### Body Parameters: application/json (array[object]) - **tenantId** (string) - **organizationId** (string) - **emailDomain** (string) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden [Powered by Bump.sh](https://bump.sh)