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
email Gets the email addres of this user. The email address it not required and has a maximum length of 254 characters. string
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
isActive Gets whether the user is still active or not. boolean
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
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
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.