ADD_ALIAS ADD_GROUP

4-130 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management ■ EDIT_USER_PROFILE ■ GET_ALIASES ■ GET_FILTER_ADMIN_PAGE ■ GET_SELF_REGISTER_PAGE ■ GET_USER_INFO ■ GET_USERS ■ LOAD_PNE_PORTAL ■ LOAD_USER_TOPIC ■ QUERY_GROUP ■ QUERY_USER_ATTRIBUTES ■ REGISTER_USER ■ SAVE_USER_TOPICS ■ UPDATE_FILTER_INFO ■ UPDATE_USEROPTION_LIST

4.14.1 ADD_ALIAS

Used to create a new alias. The most likely errors are mismatched parameters or when a user or alias already exists in the system. If you add an alias using the User Admin applet, you must add at least one user. However, you do not need to add a user using IdcCommand or IdcCommandX. To add users using IdcCommand or IdcCommandX, the optional parameter AliasUsersString must be included. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dAlias: The alias name. ■ dAliasDescription: The alias description. Optional Service Parameters ■ AliasUsersString: The alias or user. To add multiple users: – In HDA format: Use the \n escape sequence between each user name when using HDA format, as in this example: – AliasUsersString=sysadmin\nuser1 – When using SOAP format, put the unencoded line feed directly into the XML or encode the line feed as 10;. Example ■ To create an alias and add a user the required parameters are: IdcService=ADD_ALIAS dAlias=my_alias dAliasDescription=admin users AliasUsersString=sysadmin Core Oracle Content Server Services 4-131 ■ In HDA format, adding a user with the AliasUsersString parameter: Properties LocalData IdcService=ADD_ALIAS dAlias=my_alias dAliasDescription=admin users AliasUsersString=sysadmin end ■ In HDA format, adding a user with the AliasUserMap and Alias result sets: Properties LocalData IdcService=ADD_ALIAS changedSubjects=aliases,1008291537850 dAliasDescription=Test Alias refreshSubjects= blFieldTypes=StatusMessage message blDateFormat=Md{yy} {h:mm[:ss] {aa}[zzz]}tAmericaChicagomAM,PM loadedUserAttributes=1 dUser=sysadmin IsJava=1 changedMonikers= refreshSubMonikers= refreshMonikers= dAlias=NewAlias end ResultSet AliasUserMap 2 dAlias 6 30 dUserName 6 50 YourAlias Gillian end ResultSet Alias 2 dAlias 6 30 dAliasDescription 6 50 MyAlias This is a test of adding an alias NewAlias Test Alias YourAlias Test Alias end

4.14.2 ADD_GROUP

Service that creates a new security group. The most likely error is when the security group name is not unique. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dGroupName: The security group name. ■ dDescription: The security group description. ■ dPrivilege: The permission setting. If this value is set to 0, only the admin role has RWDA permission on the security group; no other roles are able to access the security group. If the value is set to 15, 4-132 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management all roles get RWDA permission on the security group. For more information about numbering of permissions, see Oracle Fusion Middleware System Administrators Guide for Oracle Content Server. Example IdcService=ADD_GROUP dGroupName=NEW_GROUP dPrivilege=15 dDescription=admin privileges

4.14.3 ADD_ROLE