Skip to main content

Interface: CurrentOrgMember

Defined in: packages/sdk/src/types/account-types.ts:426

Response for the current user's org membership (/me endpoint). Extends OrgMember with scopes - the effective permissions the API honors for this user in this organization context.

Extends

Properties

accountEmail?

optional accountEmail: string | null

Defined in: packages/sdk/src/types/account-types.ts:416

Inherited from

OrgMember.accountEmail


accountId

accountId: number | null

Defined in: packages/sdk/src/types/account-types.ts:407

Inherited from

OrgMember.accountId


accountName?

optional accountName: string | null

Defined in: packages/sdk/src/types/account-types.ts:415

Inherited from

OrgMember.accountName


accountPhone?

optional accountPhone: string | null

Defined in: packages/sdk/src/types/account-types.ts:417

Inherited from

OrgMember.accountPhone


accountUuid?

optional accountUuid: string | null

Defined in: packages/sdk/src/types/account-types.ts:418

Inherited from

OrgMember.accountUuid


createdAt

createdAt: string

Defined in: packages/sdk/src/types/account-types.ts:412

Inherited from

OrgMember.createdAt


externalId?

optional externalId: string | null

Defined in: packages/sdk/src/types/account-types.ts:411

Inherited from

OrgMember.externalId


id

id: number

Defined in: packages/sdk/src/types/account-types.ts:406

Inherited from

OrgMember.id


name?

optional name: string | null

Defined in: packages/sdk/src/types/account-types.ts:410

Inherited from

OrgMember.name


organizationId

organizationId: number

Defined in: packages/sdk/src/types/account-types.ts:408

Inherited from

OrgMember.organizationId


role

role: OrgMemberRole

Defined in: packages/sdk/src/types/account-types.ts:409

Inherited from

OrgMember.role


scopes

scopes: string[]

Defined in: packages/sdk/src/types/account-types.ts:427


updatedAt

updatedAt: string

Defined in: packages/sdk/src/types/account-types.ts:413

Inherited from

OrgMember.updatedAt