AuthService

Allows an administrator to reset a user's expired token so they can login

post/mr-api/authentication/{email}/expiredTokenReset

Path parameters

emailstring required

The email address of the person whose expired token to reset

Response

The token of the expired person

registrationUrlstring
personIdstring uuid required
tokenstring required

Changes