Users and user groups

You cannot migrate users or user groups from Repository Administration 11.0 to Infor d/EPM. You must recreate or register users and user groups in d/EPM Administration user management.

In d/EPM Administration, select Dashboards > User and Permission Management > Users and User Groups to create and register users and user groups.

See "Users and User Groups" in the "d/EPM Administration" section.

You can use Application Engine functions for bulk creation of users, user groups, and basic groups:

  • SecurityCreateRegisteredUser(RepositoryConnection conn, AuthenticationSystem authSystem, string userName, string userIdentifier, string description) for registering authentication users from IFS or LDAP.
  • SecurityCreateRegisteredGroup(RepositoryConnection conn, AuthenticationSystem authSystem, string groupName, string groupIdentifier, string description) for registering authentication groups from IFS or LDAP.
  • SecurityCreateBasicUser(RepositoryConnection conn, string userName, string pwd, string description, bool forcePasswordChange) for creating basic users.