Skip to content
Last update: September 20, 2023

lockOrganizationContact mutation

This mutation locks an organization contact.

Arguments

The InputLockUnlockOrganizationContactType! provides the necessary input values to lock or unlock an organization contact.

Field Description
userId String The Id of the user.

Possible returns

Possible return Description
ContactType A contact and various fields to describe the contact's information.
1
2
3
4
mutation lockContact($command: InputLockUnlockOrganizationContactType!){
  lockOrganizationContact(command: $command){
  }
}
1
2
3
4
5
{
  "command": {
    "userId":"5f807280-bb1a-42b2-9a96-ed107269ea06"
  }
}