Vendor Platform
Settings

Users

4min
has accepted invitation "has accepted invitation" refers to the status of a user who has successfully responded to and confirmed their invitation to join an account when a user is added to the account, they receive an email invitation that includes a link to activate their account if the user clicks on the activation link within the given time limit, they are considered to have accepted the invitation as a visual indicator, a green checkmark is typically displayed to signify that the user has successfully accepted and confirmed their invitation however, if the user fails to accept the invite within the specified timeframe, the invitation expires in such cases, a new invitation needs to be sent to the user for them to join the account this time limit is in place to protect the security of the account and ensure that only authorized individuals gain access user password setup typically, initial passwords are system generated and can be a weak link in security if not promptly updated a) api to manage this, users should inspect the "is initial password" field to acess field "is initial password" you can ouse this endpoint > https //docs licensespring com/management api/license/users/retrieve https //docs licensespring com/management api/license/users/retrieve value of true indicates that the initial password of user is still in use at this juncture, it is advisable to prompt users with an interface that encourages them to change password of their own choice you can do this with enpoints > https //docs licensespring com/management api/license/users/set password https //docs licensespring com/management api/license/users/set password and https //docs licensespring com/management api/license/users/set password by email https //docs licensespring com/management api/license/users/set password by email b) user interface first you can check if user has initial password inside platform( https //saas licensespring com/ https //saas staging licensespring com/ ) conversely, a n/a value in this field signifies that the initial password has already been replaced by the user for user to change password user should go inside to https //users licensespring com/ https //users staging licensespring com/ he should login in with initial password after that he should go to myprofile > change password