API info for users home folder?

dotcanada

Verified User
Joined
Aug 20, 2003
Messages
13
Hello,

We have users on /home2 and /home3 and we'd like to use the API to find out which actual home directory is used by a specific user.

Is this available in the API? I don't see it in CMD_API_SHOW_USER_CONFIG or CMD_API_SHOW_USER_USAGE

Thanks,


Richard
 
Good question. I tried both CMD_API_SHOW* they don't have this.

If you don't need API you can use scripting like bash to achieve this. Just check if username is at /home2 or /home3
 
Last edited:
Back
Top