Items in Basket

Subtotal

Checkout View and edit basket

Customers Also Bought

User activation status

Resource URL

URL: user/status


Parameters

string username
required

Username

string password
required

Password

int userId
optional

Unique identifier of the user

string userExternalId
optional

Unique external identifier of the user. Either userId or userExternalId must be filled.


Return value

userActivationStatus

The activation status of the user on the portal.

  • ACTIVE
  • NOT_ACTIVE

Example request

URL

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

POST DATAuserId=123456&username=username&password=secret
{
"userActivationStatus": "ACTIVE"
}