Changes a User's temporary password.
Success
Unauthorized
{- "userID": "string",
- "newPassword": "string",
- "session": "string"
}
{- "data": {
- "challengeName": "string",
- "session": "string",
- "authenticationResult": {
- "accessToken": "string",
- "idToken": "string",
- "refreshToken": "string",
- "expiresIn": 0
}
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Begin password recovery flow. Calling this API causes a message to be sent to the end user with a confirmation code that is required to change the user's password.
Success
Unauthorized
{- "userID": "string"
}
{- "data": {
- "message": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Allows a user to enter a confirmation code to reset a forgotten password.
Success
Unauthorized
{- "userID": "string",
- "password": "string",
- "confirmationCode": "string"
}
{- "data": {
- "message": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
User requests to change their password.
Success
Unauthorized
{- "accessToken": "string",
- "previousPassword": "string",
- "proposedPassword": "string"
}
{- "data": "string",
- "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Admin request to reset a User's password. When an Administrator calls this API, the User's current password is invalidated and must be changed. If a user tries to sign in after the API is called, the User will get a PasswordResetRequired
message back and should use the forgot password
flow. In addition, if a verified email exists for the user, calling this API will also result in sending a message to the end user with the code to change their password.
Success
Unauthorized
Resends the invitation message to a user that already exists and resets the expiration on the user's sign-up window.
Success
Unauthorized
Submits a multi-factor authentication (MFA) code provided by the user and completes the authentication process.
Accepted
Unauthorized
{- "username": "string",
- "mfaCode": "string",
- "session": "string"
}
{- "data": {
- "challengeName": "string",
- "session": "string",
- "authenticationResult": {
- "accessToken": "string",
- "idToken": "string",
- "refreshToken": "string",
- "expiresIn": 0
}
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Creates a new User
Success
Unauthorized
{- "user_ID": "string",
- "account_Locked": true,
- "address": "string",
- "address2": "string",
- "administrator": true,
- "audit_User": true,
- "can_Set_Allowed": "s",
- "can_Set_Co_Ins": "s",
- "can_Set_Not_Covered": "s",
- "city": "string",
- "claim_Maximum": 0.1,
- "country_ID": "string",
- "eMail_Address": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "fax": "string",
- "fax_Country_Code": "string",
- "grace_Logins": 0,
- "home_Phone": "string",
- "home_Phone_Country_Code": "string",
- "iD_Card_Notification": true,
- "is_SSO_User": true,
- "login_Machine": "string",
- "login_Sound": "string",
- "login_Status": 0,
- "mfA_Device_Name": "string",
- "mfA_Enabled": true,
- "name": "string",
- "nav_ID_Color": 0,
- "nav_ID_Type": "st",
- "nav_ID_Underline": true,
- "password": "string",
- "password_Expiration": "2019-08-24T14:15:22Z",
- "phone": "string",
- "phone_Country_Code": "string",
- "ssO_User_Name": "string",
- "single_Use_Account": true,
- "state": "st",
- "title": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Windows_Authentication": true,
- "user_Idle": 0,
- "user_Type": "string",
- "vbA_Password_Reset": true,
- "vbA_User": true,
- "zip_Code": "string"
}
{- "data": {
- "user_ID": "string",
- "account_Locked": true,
- "address": "string",
- "address2": "string",
- "administrator": true,
- "audit_User": true,
- "can_Set_Allowed": "s",
- "can_Set_Co_Ins": "s",
- "can_Set_Not_Covered": "s",
- "city": "string",
- "claim_Maximum": 0.1,
- "country_ID": "string",
- "eMail_Address": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "fax": "string",
- "fax_Country_Code": "string",
- "grace_Logins": 0,
- "home_Phone": "string",
- "home_Phone_Country_Code": "string",
- "iD_Card_Notification": true,
- "is_SSO_User": true,
- "login_Machine": "string",
- "login_Sound": "string",
- "login_Status": 0,
- "mfA_Device_Name": "string",
- "mfA_Enabled": true,
- "name": "string",
- "nav_ID_Color": 0,
- "nav_ID_Type": "st",
- "nav_ID_Underline": true,
- "password": "string",
- "password_Expiration": "2019-08-24T14:15:22Z",
- "phone": "string",
- "phone_Country_Code": "string",
- "ssO_User_Name": "string",
- "single_Use_Account": true,
- "state": "st",
- "title": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Windows_Authentication": true,
- "user_Idle": 0,
- "user_Type": "string",
- "vbA_Password_Reset": true,
- "vbA_User": true,
- "zip_Code": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Updates a specific User
Success
Unauthorized
{- "user_ID": "string",
- "account_Locked": true,
- "address": "string",
- "address2": "string",
- "administrator": true,
- "audit_User": true,
- "can_Set_Allowed": "s",
- "can_Set_Co_Ins": "s",
- "can_Set_Not_Covered": "s",
- "city": "string",
- "claim_Maximum": 0.1,
- "country_ID": "string",
- "eMail_Address": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "fax": "string",
- "fax_Country_Code": "string",
- "grace_Logins": 0,
- "home_Phone": "string",
- "home_Phone_Country_Code": "string",
- "iD_Card_Notification": true,
- "is_SSO_User": true,
- "login_Machine": "string",
- "login_Sound": "string",
- "login_Status": 0,
- "mfA_Device_Name": "string",
- "mfA_Enabled": true,
- "name": "string",
- "nav_ID_Color": 0,
- "nav_ID_Type": "st",
- "nav_ID_Underline": true,
- "password": "string",
- "password_Expiration": "2019-08-24T14:15:22Z",
- "phone": "string",
- "phone_Country_Code": "string",
- "ssO_User_Name": "string",
- "single_Use_Account": true,
- "state": "st",
- "title": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Windows_Authentication": true,
- "user_Idle": 0,
- "user_Type": "string",
- "vbA_Password_Reset": true,
- "vbA_User": true,
- "zip_Code": "string"
}
{- "data": {
- "user_ID": "string",
- "account_Locked": true,
- "address": "string",
- "address2": "string",
- "administrator": true,
- "audit_User": true,
- "can_Set_Allowed": "s",
- "can_Set_Co_Ins": "s",
- "can_Set_Not_Covered": "s",
- "city": "string",
- "claim_Maximum": 0.1,
- "country_ID": "string",
- "eMail_Address": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "fax": "string",
- "fax_Country_Code": "string",
- "grace_Logins": 0,
- "home_Phone": "string",
- "home_Phone_Country_Code": "string",
- "iD_Card_Notification": true,
- "is_SSO_User": true,
- "login_Machine": "string",
- "login_Sound": "string",
- "login_Status": 0,
- "mfA_Device_Name": "string",
- "mfA_Enabled": true,
- "name": "string",
- "nav_ID_Color": 0,
- "nav_ID_Type": "st",
- "nav_ID_Underline": true,
- "password": "string",
- "password_Expiration": "2019-08-24T14:15:22Z",
- "phone": "string",
- "phone_Country_Code": "string",
- "ssO_User_Name": "string",
- "single_Use_Account": true,
- "state": "st",
- "title": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Windows_Authentication": true,
- "user_Idle": 0,
- "user_Type": "string",
- "vbA_Password_Reset": true,
- "vbA_User": true,
- "zip_Code": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple Users at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "user_ID": "string",
- "account_Locked": true,
- "address": "string",
- "address2": "string",
- "administrator": true,
- "audit_User": true,
- "can_Set_Allowed": "s",
- "can_Set_Co_Ins": "s",
- "can_Set_Not_Covered": "s",
- "city": "string",
- "claim_Maximum": 0.1,
- "country_ID": "string",
- "eMail_Address": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "fax": "string",
- "fax_Country_Code": "string",
- "grace_Logins": 0,
- "home_Phone": "string",
- "home_Phone_Country_Code": "string",
- "iD_Card_Notification": true,
- "is_SSO_User": true,
- "login_Machine": "string",
- "login_Sound": "string",
- "login_Status": 0,
- "mfA_Device_Name": "string",
- "mfA_Enabled": true,
- "name": "string",
- "nav_ID_Color": 0,
- "nav_ID_Type": "st",
- "nav_ID_Underline": true,
- "password": "string",
- "password_Expiration": "2019-08-24T14:15:22Z",
- "phone": "string",
- "phone_Country_Code": "string",
- "ssO_User_Name": "string",
- "single_Use_Account": true,
- "state": "st",
- "title": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_Windows_Authentication": true,
- "user_Idle": 0,
- "user_Type": "string",
- "vbA_Password_Reset": true,
- "vbA_User": true,
- "zip_Code": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}