Interface OrgMemberRead

Export

OrgMemberRead

Hierarchy

  • OrgMemberRead

Properties

created_at: string

Date and time when the account member was created (ISO_8601 format).

Memberof

OrgMemberRead

email: string

Email of the user controlling this account

Memberof

OrgMemberRead

email_verified: boolean

Whether this email address is verified or not. For social providers like 'Login with Google' this is done automatically, otherwise we will send the user a verification link in email.

Memberof

OrgMemberRead

family_name?: string

Last name of the user

Memberof

OrgMemberRead

given_name?: string

First name of the user

Memberof

OrgMemberRead

id: string

Unique id of the account member

Memberof

OrgMemberRead

identities: IdentityRead[]

Memberof

OrgMemberRead

invite?: InviteRead

Memberof

OrgMemberRead

is_onboarding: boolean

Whether or not this user is currently onboarding, needs to be replaced by a user journey object

Memberof

OrgMemberRead

is_superuser: boolean

Whether or not this user has special access to permit.io organizations

Memberof

OrgMemberRead

last_ip?: string

Last IP address from which this user logged in.

Memberof

OrgMemberRead

last_login?: string

Last date and time this user logged in (ISO_8601 format).

Memberof

OrgMemberRead

logins_count?: number

Total number of logins this user has performed.

Memberof

OrgMemberRead

name?: string

Name of this user

Memberof

OrgMemberRead

onboarding_step: OnboardingStep

the step the user is currently going through in onboarding

Memberof

OrgMemberRead

picture?: string

URL to picture, photo, or avatar of the user that controls this account.

Memberof

OrgMemberRead

settings: object

Custom permit.io dashboard settings, such as preferred theme, etc.

Memberof

OrgMemberRead

Generated using TypeDoc