Add organization JIT default roles
Add new organization roles that will be assigned to users during just-in-time provisioning.
Path parameters
-
The unique identifier of the organization.
Body Required
-
The organization role IDs to add.
Minimum length of each is
1
.
POST /api/organizations/{id}/jit/roles
curl \
-X POST https://[tenant_id].logto.app/api/organizations/{id}/jit/roles \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"organizationRoleIds":["string"]}'
Request examples
{
"organizationRoleIds": [
"string"
]
}