Users
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
Inspect the is_initial_password field to determine whether a user is still using the initial system-generated password. Use the following endpoint to retrieve the user:
A value of True indicates that the initial password of the user is still in use. In that case, prompt the user (via your UI) to change their password. You can update the password with these endpoints:
b) User-Interface
First, check if the user has an initial password inside the platform: https://saas.licensespring.com/

A value of "N/A" for is_initial_password signifies that the initial password has already been replaced by the user.
To change the password, the user should go to https://users.licensespring.com/, log in with the initial password, then navigate to MyProfile → Change Password.

Last updated
Was this helpful?