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?
optionalaccountEmail:string|null
Defined in: packages/sdk/src/types/account-types.ts:424
Inherited from
accountId
accountId:
number|null
Defined in: packages/sdk/src/types/account-types.ts:415
Inherited from
accountName?
optionalaccountName:string|null
Defined in: packages/sdk/src/types/account-types.ts:423
Inherited from
accountPhone?
optionalaccountPhone:string|null
Defined in: packages/sdk/src/types/account-types.ts:425
Inherited from
accountUuid?
optionalaccountUuid:string|null
Defined in: packages/sdk/src/types/account-types.ts:426
Inherited from
createdAt
createdAt:
string
Defined in: packages/sdk/src/types/account-types.ts:420
Inherited from
externalId?
optionalexternalId:string|null
Defined in: packages/sdk/src/types/account-types.ts:419
Inherited from
id
id:
number
Defined in: packages/sdk/src/types/account-types.ts:414
Inherited from
name?
optionalname:string|null
Defined in: packages/sdk/src/types/account-types.ts:418
Inherited from
organizationId
organizationId:
number
Defined in: packages/sdk/src/types/account-types.ts:416
Inherited from
role
role:
OrgMemberRole
Defined in: packages/sdk/src/types/account-types.ts:417
Inherited from
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