Class: SDKContributor

sdkApi/interfaces/entities/iUser.SDKContributor

Represents a contributor instance within the SDK.

Implements

Implements

Table of contents

Constructors

Properties

Constructors

constructor

new SDKContributor(contributor)

Creates an instance of SDKContributor.

Parameters

Name Type Description
contributor Partial<SDKContributor> The contributor properties.

Properties

_org

_org: string

The identifier of the organization the contributor belongs to

Implementation of

IContributor._org


avatar

avatar: string

URL for the contributor's avatar

Implementation of

IContributor.avatar


boarded

boarded: boolean

Indicates if the contributor has been onboarded

Implementation of

IContributor.boarded


createdAt

createdAt: number

The date and time when the contributor was created

Implementation of

IContributor.createdAt


email

email: string

The contributor's email

Implementation of

IContributor.email


firstName

firstName: string

The contributor's first name

Implementation of

IContributor.firstName


groupRole

groupRole: string

The contributor's role within a group

Implementation of

IContributor.groupRole


id

id: string

The unique identifier for the contributor (email)

Implementation of

IContributor.id


interest

interest: string

The areas of interest of the contributor (e.g. "dataManagement")

Implementation of

IContributor.interest


inviteStatus

Optional inviteStatus: string

The status of the invitation sent to the contributor

Implementation of

IContributor.inviteStatus


lastLogin

lastLogin: number

The date and time of the contributor's last login

Implementation of

IContributor.lastLogin


lastName

lastName: string

The contributor's last name

Implementation of

IContributor.lastName


orgRole

orgRole: string

The contributor's role within the organization

Implementation of

IContributor.orgRole


project

project: string

The identifier of the project the contributor is associated with

Implementation of

IContributor.project


role

role: string

The contributor's role within the project

Implementation of

IContributor.role


type

type: string

The type of the contributor

Implementation of

IContributor.type