Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Create Organization and Create User Apis Fails #259

Closed
VarunGKulkarni opened this issue Feb 14, 2018 · 2 comments
Closed

Create Organization and Create User Apis Fails #259

VarunGKulkarni opened this issue Feb 14, 2018 · 2 comments
Assignees

Comments

@VarunGKulkarni
Copy link

VarunGKulkarni commented Feb 14, 2018

Our request body for creating a user is
{ "request": { "firstName": "jctest1", "lastName": "lastname", "password": "Julia", "email": "[email protected]", "userName": "pradeep", "phone": "9945222011" }
and request body for creating an organization is
{
"request": {
"orgName": "JuliaTest",
"description": "Julia Computing, Inc."
}
}
we are getting responses as
{
"id": "api.user.create",
"ver": "v1",
"ts": "2018-02-09 10:29:51:645+0000",
"params": {
"resmsgid": null,
"msgid": "26238cc0-744f-4bf5-8e2a-5155352206a1",
"err": null,
"status": "SERVER_ERROR",
"errmsg": null
},
"responseCode": "SERVER_ERROR",
"result": {}
}
Please Look into this.

@manzarul
Copy link
Contributor

@kochhar @vrayulu , create user api is failing due to some ssl issues from keycloak to sunbird-mw.
here is the issues file.
issues.txt

@kochhar
Copy link
Contributor

kochhar commented Feb 22, 2018

Issue moved to project-sunbird/sunbird-lms-service #6 via ZenHub

@kochhar kochhar closed this as completed Feb 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants