ProfileUser
Allows you to set up a profile for a user.
A profile is a set of agents that are trained with documents that the user views, and that return data that matches the interests of the user. You can set up your application so that every time a user looks at a document, the profile decides whether this document is relevant to its training. It then either updates the training with the document content or creates a new profile agent for the user (if the document is not relevant to any of the existing profile agents).
Example
http://12.3.4.56:9000/action=ProfileUser&UserName=Administrator&Document=3422
This action creates a profile for the Administrator
user who is looking at the document with the ID 3422
.
Required Parameters
The following action parameters are required.
Parameter | Description |
---|---|
Document | A list of documents to use to create a user profile. |
You must set one of the following parameters.
Parameter | Description |
---|---|
UID | The ID of the user that the profile to delete belongs to. |
UserName | The user name of the user that the profile to delete belongs to. |
Optional Parameters
This action accepts the following optional parameters.
Parameter | Description |
---|---|
DeferLogin | Use another system for user authentication. |
DRETermGetInfoParameter | Allows you to add TermGetInfo action parameters to the ProfileUser action. |
EmailAddress | The e-mail address of the user. |
FieldFieldName | A field for the user. |
MatchThreshold | The minimum relevance that content can have to qualify for modifying a user profile. |
Mode | The value type of the specified Document. |
NamedArea | Restricts the profile to the specified named area. |
Security | A field for the user to store the user security details. |
ShowUpdates | Whether to include details of how the profile changes. |
This action accepts the following standard ACI action parameters.
Parameter | Description |
---|---|
ActionID | A string to use to identify an ACI action. |
EncryptResponse | Encrypt the output. |
FileName | The file to write output to. |
ForceTemplateRefresh | Forces the server to load the template from disk. |
Output | Writes output to a file. |
ResponseFormat | The format of the action output. |
Template | The template to use for the action output. |
TemplateParamCSVs | A list of variables to use for the specified template. |
Comments
You must set one of the following parameters: