# Add organization application **POST /api/organizations/{id}/applications** Add an application to 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. ## Body parameters Content-type: application/json - **applicationIds** (array[string]) The application IDs to add. ## Responses ### 201: The application was added successfully. ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 422: The application could not be added. Some of the applications may not exist. [Powered by Bump.sh](https://bump.sh)