Valid User: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
::<font color=Blue><LastName></font><font color=black>User</font><font color=Blue></LastName></font>
::<font color=Blue><LastName></font><font color=black>User</font><font color=Blue></LastName></font>
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|Login must be a String. 100 characters maximum.}}
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|Login must be a String. 100 characters maximum.}}
::'''<font color=Blue><Login></font><font color=black>pUser</font><font color=Blue></Login></font>'''
::'''<font color=Blue><Login></font><font color=black>puser</font><font color=Blue></Login></font>'''
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|EmployeeID must be an integer.}}
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|EmployeeID must be an integer.}}
::<font color=Blue><FirstName></font><font color=black>398</font><font color=Blue></FirstName></font>
::<font color=Blue><FirstName></font><font color=black>398</font><font color=Blue></FirstName></font>

Revision as of 22:09, 9 March 2015

The FirstName, MiddleName, LastName, and Login elements can be nested in any element. The Login element is required and its value must match an existing user’s login.

  • The login is typically a “DomainName\Username”, but could also be an SSO ID if that is being used.


<!— The FirstName, MiddleName, LastName and Login elements can be nested in any element. The Login element is required and its value must match an existing user’s login.
<!— The login is typically a “DomainName\Username,” but could also be a single sign-on (SSO) identification number if that is being used.
<User>
<!— FirstName must be a String. 80 characters maximum.
<FirstName>Pam</FirstName>
<!— MiddleName must be a String. 80 characters maximum.
<MiddleName>Isa</MiddleName>
<!— LastName must be a String. 80 characters maximum.
<LastName>User</LastName>
<!— Login must be a String. 100 characters maximum.
<Login>puser</Login>
<!— EmployeeID must be an integer.
<FirstName>398</FirstName>
<!— Email must be a String. 50 characters maximum.
<Email>User</Email>
<!— DefaultEntity follows Valid Entity logic.
<DefaultEntity>Entity</DefaultEntity>
<!— If used, CreatedDate must be a Valid Date.
<CreatedDate/>
<!— If used, ExpirationDate must be a Valid Date.
<ExpirationDate/>
<!— If used, RevokeDate must be a Valid Date.
<RevokeDate/>
<!— If used, at least one UserEntity is required.
<UserEntities>
<UserEntity>
<!— If used, must be a Valid Entity.
<Entity>
<!— EntityID must be an integer
<EntityID>1</EntityID>
<!— EntityName must be a String. 50 characters maximum.
<EntityName>XFRACAS Software</EntityName>
</Entity>
<!— AccountExpirationDate must be a Valid Date.
<AccountExpirationDate/>
<!— CreatedDate must be a Valid Date.
<CreatedDate/>
<!— ReportingOrg is optional and, if present, must contain an existing valid issue.
<!— In this case IssueTypeID is equal to 56 (Development).
<ReportingOrg>
<IssueTypeID>6</IssueTypeID>
<IssueTypeDescription> PRR Status </IssueTypeDescription>
</IssueType>
</ReportingOrg>
<ParentUser/>
<Groups>
<Group>
<!— GroupID (Integer).
<GroupID>3</GroupID>
<!— GroupName must match an existing user GroupName. String. 50 characters maximum.(Integer).
<GroupName>User</GroupName>
<!— GroupDescription must be a string. 200 characters maximum.
<GroupDescription>Standard End User</GroupDescription>
</Group>
</Groups>
<Categories>
<Category>
<!— CategoryID (Integer) must be a valid CategoryID listed in the chart above.
<CategoryID>6</CategoryID>
<!— String. 20 characters maximum. Must be a valid Category name listed on the chart above.
<CategoryName>Standard End User</CategoryName>
<Category>
</Categories>
<UserPermissions>
<UserPermission>
<!— PermissionID must be an integer.
<PermissionID>87</PermissionID>
<!— Permission Description must be a String. 100 characters maximum.
<PermissionDescription>Reports - Serialized System Search Enabled</PermissionDescription>
</UserPermission>
</UserPermissions>
</UserEntity>
</UserEntities>
</User>