Skip to main content

DataRoomUser

Represents a user in a DataRoom.

type DataRoomUser {
isVerified: Boolean!
isRestricted: Boolean!
isIpAddressAllowed: Boolean!
lastAccessedDate: DateTime
id: ID!
status: DataRoomUserStatus!
roleCode: String!
qnaRoleCode: String
fullName: String!
email: String!
dataRoom: DataRoom!
}

Fields​

DataRoomUser.isVerified ● Boolean! non-null scalar​

Indicates whether the DataRoom user is verified.

DataRoomUser.isRestricted ● Boolean! non-null scalar​

Indicates whether the DataRoom user is restricted (e.g. has not yet verified their email in the data room).

DataRoomUser.isIpAddressAllowed ● Boolean! non-null scalar​

Indicates whether the DataRoom user is allowed to access the DataRoom using the current ip address.

DataRoomUser.lastAccessedDate ● DateTime scalar​

The date and time when the DataRoom user last accessed the DataRoom.

DataRoomUser.id ● ID! non-null scalar​

The unique identifier for the DataRoom user.

DataRoomUser.status ● DataRoomUserStatus! non-null enum​

The status of the DataRoom user.

DataRoomUser.roleCode ● String! non-null scalar​

The role code of the DataRoom user, which defines their permissions within the DataRoom.

DataRoomUser.qnaRoleCode ● String scalar​

DataRoomUser.fullName ● String! non-null scalar​

The full name of the DataRoom user.

DataRoomUser.email ● String! non-null scalar​

The email address of the DataRoom user.

DataRoomUser.dataRoom ● DataRoom! non-null object​

The DataRoom to which this user belongs.

Member Of​

DataRoomUsersConnection object ● DataRoomUsersEdge object