list_user#

static geetools.ee_authenticate.AuthenticateAccessor.list_user(credential_pathname='')#

return all the available users in the set folder.

To reach “default” simply omit the name parameter in the User methods.

Parameters:

credential_pathname (str | os.PathLike) – The path to the folder where the credentials are stored. If not set, it uses the default path.

Returns:

A list of strings with the names of the users.

Return type:

list[str]

Example

import ee
import geetools

ee.Authenticate.geetools.list_user()