initiatePortalPasswordChangeByBrandAgent


SoftLayer_User_Customer_OpenIdConnect::initiatePortalPasswordChangeByBrandAgent

Allows a Brand Agent to request password reset email to be sent to

Description

A Brand Agent that has permissions to Add Customer Accounts will be able to request the password email be sent to the Master User of a Customer Account created by the same Brand as the agent making the request. Due to security reasons, the number of reset requests are limited within an undisclosed timeframe.

Parameters

Name Type Description
username string The username of the user to receive the password reset email

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Error Handling

  • Throws the exception “Access is denied” if user does not have access to perform this action.
  • Throws the exception “Your account is not a Brand Master Account” if user is not a user of a brand master account.
  • Throws the exception “You do not have permission to request password reset for another user” if user does not have the permission to request password reset for another user.
  • Throws the exception “You do not have permission to request password reset for this user” if user is attempting to request password reset on a user that is not a master user and/or user on an account that is not owned by this brand.
  • Throws the exception “Invalid value provided for Username” if no username is provided.
  • Throws the exception “Username does not exist” if provided username does not exist.
  • Throws the exception “This user is authenticated by OpenIdConnect and must use the OpenIdConnect provider to change their password” if the user of the username provided is authenticated by OpenIdConnect.
  • Throws the exception “This user is authenticated by SAML Federation and must use the SAML Federation provider to change their password” if the user of the username provided is authenticated by SAML.
  • Throws the exception “You must have security questions set on your account before changing your password"s if a master user who has successfully logged into the portal is attempting to initiate a password reset and security questions are not defined.
  • Throws the exception “Your request cannot be processed. Please contact support” if the username does not belong to an active user.
  • Throws the exception “SoftLayer_Exception_User_Customer_UnauthorizedBrand” if the user does not have access to the portal.

Associated Methods

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer_OpenIdConnect/{SoftLayer_User_Customer_OpenIdConnectID}/initiatePortalPasswordChangeByBrandAgent'