DataRoomUser
Represents a user in a DataRoom.
type DataRoomUser {
id: ID!
status: DataRoomUserStatus!
isVerified: Boolean!
isIpAddressAllowed: Boolean!
roleCode: String!
qnaRoleCode: String
lastAccessedDate: DateTime
dataRoom: DataRoom!
}
Fields
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.isVerified
● Boolean!
non-null scalar
Indicates whether the DataRoom user is verified.
DataRoomUser.isIpAddressAllowed
● Boolean!
non-null scalar
Indicates whether the DataRoom user is allowed to access the DataRoom using the current ip address.
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.lastAccessedDate
● DateTime
scalar
The date and time when the DataRoom user last accessed the DataRoom.
DataRoomUser.dataRoom
● DataRoom!
non-null object
The DataRoom to which this user belongs.
Member Of
DataRoomUsersConnection
object ● DataRoomUsersEdge
object