Skip to content

Interface.User

Octavian Condre edited this page Jul 25, 2024 · 2 revisions

Trados User Interface Extensibility v0.1.13 / User

Interface: User

User in the account.

Export

User

Properties

anonymized?

optional anonymized: boolean

default
This shows if the authenticated entity has access to read the details of the user or not. If true, then the 'anonymizedUserName' should be retrieved.

Memberof

User

Source

lc-public-api/models/index.ts:10724


anonymizedUserName?

optional anonymizedUserName: string

default
Retrieved if the authenticated entity does not have access to read the User.

Memberof

User

Source

lc-public-api/models/index.ts:10730


email?

optional email: string

default
The user's email address. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.

Memberof

User

Source

lc-public-api/models/index.ts:10706


firstName?

optional firstName: string

default
The user's first name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.

Memberof

User

Source

lc-public-api/models/index.ts:10712


groups?

optional groups: Group[]

Memberof

User

Source

lc-public-api/models/index.ts:10742


id

id: string

User account identifier.

Memberof

User

Source

lc-public-api/models/index.ts:10700


lastName?

optional lastName: string

default
The user's last name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.

Memberof

User

Source

lc-public-api/models/index.ts:10718


location?

optional location: FolderV2

Memberof

User

Source

lc-public-api/models/index.ts:10736

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally