View Categories

Create user

Description: This API wil use to create the user in Quicker Learning.
URL:- https://apps.quickerlearning.com/api/userstore
Method: POST
Note: We can assign only company to the student through API.

AUTHORIZATION:
Type: Basic Auth
UserName: tenant_id,
Password:secret_key

HEADERS:
Accept: application/json

Request Body:

{
“firstname”: “Niklas”,
“lastname”: “Johansson”,
“personalnumber”: “000000-0000”,
“email”: “niklas.johansson@quickerlearning.com”,
“mobile_no”: “0700000000”,
“user_name”: “niklas.johansson@quickerlearning.com”,
“company_id”: [{
“company_id”:26,
“course”:[31,50],
“package_ids”:[2]

},
{
“company_id”:2,
“course”:[19,33.34,67],
“package_ids”:[1]
}
],
“role_id”:7

}

Response Body:
{
“message”: “User Created Successfully”,
“status”: 200,
“User Id”: 373
}

Snabbanslutning