Items in Basket

Subtotal

Checkout View and edit basket

Customers Also Bought

Activate a user

Resource URL

URL: user/activate


Parameters

string username
required

Username

string password
required

Password

string userId
optional

Trainingportal internal ID of the user
string userExternalId
optional
External ID of the user. Either userId or userExternalId must be filled


Return value

status

OK


Example request

URL

https://www.trainingportal.no/mintra/rest/user/activate

POST DATA

userExternalId=a001&username=username&password=secret

{
"status": "OK"
}