User activation status
Resource URL
URL: user/status
Parameters
string username | Username |
string password | Password |
int userId | Unique identifier of the user |
string userExternalId | 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.
|
Example request
URL | |
POST DATA | userId=123456&username=username&password=secret |
{
"userActivationStatus": "ACTIVE"
}