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?
optionalaccountEmail:string|null
Defined in: packages/sdk/src/types/account-types.ts:416
Inherited from
accountId
accountId:
number|null
Defined in: packages/sdk/src/types/account-types.ts:407
Inherited from
accountName?
optionalaccountName:string|null
Defined in: packages/sdk/src/types/account-types.ts:415
Inherited from
accountPhone?
optionalaccountPhone:string|null
Defined in: packages/sdk/src/types/account-types.ts:417
Inherited from
accountUuid?
optionalaccountUuid:string|null
Defined in: packages/sdk/src/types/account-types.ts:418
Inherited from
createdAt
createdAt:
string
Defined in: packages/sdk/src/types/account-types.ts:412
Inherited from
externalId?
optionalexternalId:string|null
Defined in: packages/sdk/src/types/account-types.ts:411
Inherited from
id
id:
number
Defined in: packages/sdk/src/types/account-types.ts:406
Inherited from
name?
optionalname:string|null
Defined in: packages/sdk/src/types/account-types.ts:410
Inherited from
organizationId
organizationId:
number
Defined in: packages/sdk/src/types/account-types.ts:408
Inherited from
role
role:
OrgMemberRole
Defined in: packages/sdk/src/types/account-types.ts:409
Inherited from
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