' Set $User = $Users.$ID ' Set $Group = $Groups.$ID ' If $Group
| Group ID | $Group.ID |
| Group Name | $Group.Name |
| $_Group.Mail.MailTo | |
| URL | |
| URL | $Group.URL |
| Contact | $Group.Tel |
| Fax | $Group.Fax |
| User |
' For Each $User in $Group.Users
$User.Name ' Next |
Group ID is automatically assigned to each of the registered groups, and you cannot modify it.
' Elif $User $User.Name 's Property
| End User ID | $User.ID |
| Name | $User.Name |
| $_User.Mail.MailTo | |
| URL | |
| URL | $User.URL |
| Contact | $User.Tel |
| Group |
' For Each $Group in $User.Groups
' If $Group.ID = $User.Group.ID
$Group.Name ' Else $Group.Name ' EndIf ' Next |
End User ID is automatically assigned to each of the registered users, and you cannot modify it.
' Else $Office.Name 's Information
| Company Name | $Office.Name |
| $_Office.Mail.MailTo | |
| URL | |
| URL | $Office.URL |
| Phone Number | $Office.Tel |
| Fax Number | $Office.Fax |
' EndIf ' If $Env.HTTP_REFERER [Back] ' EndIf