Skip to content

Postman collection is failing to create a new org #95

@simhead

Description

@simhead

When I run postman collection, it fails at 3rd step with the following error code - 500 Internal Server Error:
{
"id": "api.org.create",
"ver": "v1",
"ts": "2025-03-13 05:41:43:540+0000",
"params": {
"resmsgid": "d189073bd9a6bbdd98d2c5397529095b",
"msgid": "d189073bd9a6bbdd98d2c5397529095b",
"err": "UOS_ORGCRT0012",
"status": "FAILED",
"errmsg": "Channel Registration failed."
},
"responseCode": "SERVER_ERROR",
"result": {}
}

and the request is - POST {{host}}/api/org/v1/create
{
"request": {
"orgName": "Sunbird Org",
"channel": "sunbird",
"description": "Default Organisation for Sunbird",
"externalId": "sunbird",
"isSSOEnabled": true,
"organisationType": "board",
"isTenant": true
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions