Skip to main content

Interface: CurrentOrgMember

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

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:424

Inherited from

OrgMember.accountEmail


accountId

accountId: number | null

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

Inherited from

OrgMember.accountId


accountName?

optional accountName: string | null

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

Inherited from

OrgMember.accountName


accountPhone?

optional accountPhone: string | null

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

Inherited from

OrgMember.accountPhone


accountUuid?

optional accountUuid: string | null

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

Inherited from

OrgMember.accountUuid


createdAt

createdAt: string

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

Inherited from

OrgMember.createdAt


externalId?

optional externalId: string | null

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

Inherited from

OrgMember.externalId


id

id: number

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

Inherited from

OrgMember.id


name?

optional name: string | null

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

Inherited from

OrgMember.name


organizationId

organizationId: number

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

Inherited from

OrgMember.organizationId


role

role: OrgMemberRole

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

Inherited from

OrgMember.role


scopes

scopes: string[]

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


updatedAt

updatedAt: string

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

Inherited from

OrgMember.updatedAt