We have an agent account in SoftLayer through which multiple Customer accounts have been created. Im trying to do some operations on the Customer account but the API isnt allowing any operations to be done since my SoftLayer Python Client uses the username/password of the agent account.
I browsed through a lot of posts and impersonating as the "SoftLayer_User_Customer" of the customer account was given as a possible solution but there isnt much detail as to how to use it. I was able to get a Token using the getImpersanationToken call, but Im unsure how to use this.
Are there any examples of how to login(Either using impersonation or another way) as a Customer User from a Master Brand Account?
Im using the Softlayer Python API but have tried this using the SOAP calls as well.