UserProfile

MCM module
UserProfile extension
UserProfile/Get

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

Parameters:
  • metadataSchemaGuid – the GUID of the MetadataSchema that describes the user profile
  • userGuid (optional) – the GUID of the user whose profile to get

If no userGuid is specified, the current user’s profile is returned.

UserProfile/Set

Sets the user profile of the current user or a specified user.

Parameters:
  • metadataSchemaGuid – the GUID of the MetadataSchema that describes the user profile
  • metadata – The XML representing the user profile
  • userGuid (optional) – the GUID of the user whose profile to get
Returns:

The number of affected rows in the database

If no userGuid is specified, the current user’s profile is set.