Users
Columns
Name | Type | ReadOnly | Description |
LoginName# [KEY] | String | False | The login name of the user. |
Name# | String | False | The name of the user. |
Email# | String | False | The email address of the user. |
IsInDomainGroup | Boolean | True | A boolean indicating if the user is in the domain group. |
IsSiteAdmin | Boolean | True | A boolean indicating if the user is a site admin. |
Notes# | String | False | Optional notes concerning the user. |
SecurityId | String | True | The security Id (SID) for the user. |
Pseudo-Columns
Name | Type | Description |
Group | String | The group you are adding a user to or deleting the user from. This is an input-only value and either Group or Role must be specified for inserts, but may be optionally specified for deletions. |
Role | String | The role you are adding a user to or deleting the user from. This is an input-only value and either Group or Role must be specified for inserts, but may be optionally specified for deletions. |
NewName | String | The new name of the user. Specify this value when updating the user to change the name of the user. |
Last updated