Skip to content

Latest commit

 

History

History
72 lines (40 loc) · 1.04 KB

ApiUserWithKey.md

File metadata and controls

72 lines (40 loc) · 1.04 KB

@affinda/affinda / Exports / ApiUserWithKey

Interface: ApiUserWithKey

Table of contents

Properties

Properties

apiKey

apiKey: string

Use this key to authenticate with the API.


apiKeyLastChars

Optional apiKeyLastChars: string

The last 4 characters of the API key.


avatar

avatar: null | string

URL of the user's avatar.


email

email: string


id

id: number

Uniquely identify a user.


name

name: string


organizations

organizations: ApiUserWithKeyOrganizationsItem[]


username

username: string