2
API System Admin - ListUsers - password
Problem reported by Nicolas Fertig - 6/13/2019 at 6:12 AM
Resolved
Dear support,

In your documentation, you explain that this request if you need to display a password.

 
But in my test, password is never present.

Do I have somme settings to change or ??

Regards,
Giuseppe Damiani

3 Replies

Reply to Thread
0
Matt Petty Replied
Employee Post
Hello,

    Make sure the user/sysadmin you are authenticating to use the API has the ability to view passwords, this is configurable by going to the "Administrators" category for the system settings and checking the box allowing viewing of passwords for that particular administrator.
Matt Petty Software Developer SmarterTools Inc. (877) 357-6278 www.smartertools.com
0
Nicolas Fertig Replied
Hello,


This is user config. And password is not present. 
In your test it work?

Best regards,
Giuseppe Damiani
0
Tony Scholz Replied
Employee Post
Hello, 

To see the password for the user you will need to have the permissions enabled for that user ( You do according to the above image ) the other thing you will need is the "Show-Password" api call. 
  • POST
  • api/v1/settings/domain/show-password/
The parameters passed will be
  • emailAddress
  • Token
The Token is the impersonate auth token that you should have already generated. 
  • {'token':`"$ImpersonateAuthToken`", 'emailAddress':`"$email`"}

Thank you
Tony Scholz System/Network Administrator SmarterTools Inc. (877) 357-6278 www.smartertools.com

Reply to Thread