# Add organization JIT default roles **POST /api/organizations/{id}/jit/roles** Add new organization roles that will be assigned to users during just-in-time provisioning. ## 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. ### Body: application/json (object) - **organizationRoleIds** (array[string]) The organization role IDs to add. ## Responses ### 201 The organization roles were added successfully. ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 422 The organization roles could not be added. Some of the organization roles may not exist. [Powered by Bump.sh](https://bump.sh)