OrganizationMembershipObject
Represents a user's membership in an organization.
type OrganizationMembershipObject {
creatorId: String
memberId: String
organizationId: String
role: String
}
Fields
OrganizationMembershipObject.creatorId ● String scalar
User ID who created the membership.
OrganizationMembershipObject.memberId ● String scalar
ID of the member.
OrganizationMembershipObject.organizationId ● String scalar
ID of the organization.
OrganizationMembershipObject.role ● String scalar
Role of the member in the organization.
Returned By
joinPublicOrganization mutation