UserManagement

MCM module
UserManagement extension

Users can have their own folder and also their object. The UserManagement extension lets you create and access those. By having their own object a user can have metadata about themselves, and also have their own set of objects.

UserManagement/GetUserFolder

Gets the folder of the current user or a specified user.

Parameters:
  • userGuid (optional) – Get user folder of user with this GUID
  • createIfMissing (boolean, optional, default = true) – Create user folder if it doesn’t exist
Returns:

The user’s folder

If no userGuid is given the current user’s user folder is returned.

UserManagement/GetUserObject

Get the Object of the current user or a specified user.

Parameters:
  • userGuid (optional) – Get the user object of the user with this GUID
  • createIfMissing (boolean, optional, default = true) – Create user object if it doesn’t exist
  • includeMetata (boolean, optional, default = false) – Include metadata of the user object
  • includeFiles (boolean, optional, default = false) – Include files of the user object
Returns:

A list of Objects

If no userGuid is given the current user’s user object is returned.