API ReferenceOrganisation Management
Get organisation custom configuration (Admin only)
Get custom configuration for an organisation. Admin access required.
GET
/v1/organisation-management/{id}/custom-configAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Organisation ID
Response Body
application/json
curl -X GET "https://example.com/v1/organisation-management/string/custom-config"{ "success": true, "statusCode": 200, "message": "Request processed successfully", "timestamp": "2025-10-20T16:30:00.000Z", "path": "/v1/auth/register", "data": { "id": "org_cjld2cjxh0000qzrmn831i7rn", "customAccessLevel": { "hasCustomAccessLevel": true, "customAccessLevelName": "Premium Plan", "customAccessLevelCost": "50.00", "customAccessLevelFeatures": null } }}🆕 Update organisation access levels (Admin only)
Update service-specific access levels for an organisation using the new multi-service OrganisationServiceAccess model. The legacy `accessLevelId` field is still accepted for backward compatibility but is deprecated — prefer `serviceAccesses`.
Set organisation custom configuration (Admin only)
Set custom configuration for an organisation. Admin access required.