Location: Optional Features > API > API Endpoints > userActivate
userActivate HomeBack Next

Activate an LCMS user so they can access the system.

URL
ll_lcms/api/userActivate
Method
GET / POST or JSON
URL Parameters

 Required:

 token=[string as defined in LCMS Application Preferences]
 username=[string value, max length 200, accepts alphanumeric and underscores]

Success Response:

LCMS_U~1_img1104

Error Response

LCMS_U~1_img1103

 

Sample Call (GET)
 

 ll_lcms/api/userActivate/?token=xxx&username=jsmith
 

Note: Rather than listing each individual possible error message, only one example is shown above. The “detail” value will only appear if a coding error is detected, i.e. database error.