Waiting for engine...
Skip to main content

portalUserRemove

Remove a user from a partner portal

the remove user from portal mutation accepts the following input: PortalUserInput

It returns the following: PortalUserResponse

mutation {
portalUserRemove(
input: {
guid: "guid-id"
updatedUser{
firstName: "John"
lastName: "Doe"
email: "someemail@boomi.com"
}
}
){
message
}
}

portalUserRemove(
input: PortalUserInput!
): PortalUserResponse!

Arguments

portalUserRemove.input ● PortalUserInput! non-null input partner-portal

Type

PortalUserResponse object partner-portal

On this Page