About this resource
Representation of a User as a possible filtered value for a UserListField
Properties
Property | Description | Type |
---|---|---|
aprimoUserId | Get the aprimo user id value. | int32 |
createdOn | Gets the creation datetime in UTC time. | datetime |
Gets the email addres of this user. The email address it not required and has a maximum length of 254 characters. | string | |
expirationDate | Gets the date on which this user account will expire. | datetime |
firstName | Gets the first name of this user. This first name is not required and has a maximum length of 200 characters. | string |
id | Gets the Id of this user. | guid |
imageUri | Gets the URI of the image of this user. | string |
languageForUIId | Gets the default language used by this user for the static text displayed on the user interfaces. | guid |
languageId | Gets the default language used by this user when accessing fields. | guid |
lastName | Gets the last name of this user. This last name is not required and has a maximum length of 200 characters. | string |
lastSuccessfulLogOnDate | Returns the last UTC date on which someone successfully logged in using this user's account. It returns if no one has ever logged in using this account. | datetime |
modifiedOn | Gets the last modification datetime in UTC time. | datetime |
name | Gets the name of this user. This name is required, has to be unique, is not case sensitive and has a maximum length of 50 characters. | string |
secondLastSuccessfulLogOnDate | Returns the second last date on which someone successfully logged in using this user's account. It returns if no one has ever logged in using this account. | datetime |
storageQuota | Gets the maximum number of bytes that a user can own. The unit used is bytes. | int64 |
storageUsed | Gets the sum of all the filesizes of which this user is the owner. The unit used is bytes. | int64 |
tag | Gets the value for the Tag of this object. The value of this property should be valid Xml. This property will not be returned by default. In order to include the property in the response, add a header with the name 'select-userlistfielditem' and the value 'Tag' to your request. | string |
Relations
Method | Name | Select-key | Resource type | Description |
---|---|---|---|---|
GET | self | Provides a link to this resource. | ||
GET | fields | select-UserListFieldItem: fields | FieldCollection | Gets a collection of all the fields of this user. |
GET | memberships | select-UserListFieldItem: memberships | UserGroupCollection | Gets a collection of all the UserGroups that this user is member of. |
GET | permissions | select-UserListFieldItem: permissions | PermissionValueCollection | Gets a collection of all the Permissions that this user has. Allows you to add or remove the permission of this user. |
GET | image | select-UserListFieldItem: image | Image | Gets an object allowing you to control the picture of this user. |
GET | modifiedby | select-UserListFieldItem: modifiedby | User | Gets or sets the user that last modified this resource. |
GET | createdby | select-UserListFieldItem: createdby | User | Gets or sets the user that created this resource. |