OrganizationMembership
Organization membership details including external user ID
type OrganizationMembership {
externalUserId: String
id: ID!
inactiveAt: DateTime
organization: Organization!
roles: [OrganizationRole!]!
status: OrganizationMembershipStatus!
}
Fields
OrganizationMembership.externalUserId ● String scalar
The Individual's external user ID
OrganizationMembership.id ● ID! non-null scalar
The unique ID for this organization membership
OrganizationMembership.inactiveAt ● DateTime scalar
The date and time when this membership was marked as inactive
OrganizationMembership.organization ● Organization! non-null object
The organization this membership belongs to
OrganizationMembership.roles ● [OrganizationRole!]! non-null enum
The roles the user has for this organization
OrganizationMembership.status ● OrganizationMembershipStatus! non-null enum
The status of this organization membership