Add organization application
Add an application to the organization.
Path parameters
-
The unique identifier of the organization.
Body Required
-
The application IDs to add.
Minimum length of each is
1
.
POST /api/organizations/{id}/applications
curl \
-X POST https://[tenant_id].logto.app/api/organizations/{id}/applications \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"applicationIds":["string"]}'
Request examples
{
"applicationIds": [
"string"
]
}