Share via


The modUserRoles Table

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The modUserRoles table stores the information that associates a user's SAMAccountName with a role for the workflow application.

This information is updated during workflow application User Directory synchronization of the modUserList table in the modSystem database. The data in this table is used by the security components of the workflow application to resolve role membership.

The following table lists the modUserRoles table columns and their data types and provides a brief description of each.

Column Data type Description
SAMAccountName nvarchar(64) Microsoft® Windows® domain and user name.
RoleName nvarchar(128) Name of the role to which the user belongs.
rowguid uniqueidentfier Unique identifier used for user roles.

See Also

Workflow-Enabled Database Tables | The modColumns Table | The modObjects Table | The modObjectTypes Table | The modPermissions Table | The modProperties Table (Workflow-Enabled Database) | The Workflow Tables | The WorkflowActions Tables | The Lookup Table