Invite People (as Company)
Invite a person to Connect with your company.
Provide as much information as possible and create shallow (unclaimed) profiles
Send the invites to those people and connection requests
mutation (
$user: InviteUserInput!
$connectionType: B2cConnectionType!
) {
createB2cInvite (
user: $user
connectionType: $connectionType
) {
id
status
type
insertedAt
respondedAt
updatedAt
company {
id
}
user {
id
}
invitedUser {
id
firstName
lastName
}
}
}
Last updated
Was this helpful?