Skip to content
Last update: April 11, 2024

unlockOrganizationContact mutation

This mutation unlocks 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 unlockContact($command: InputLockUnlockOrganizationContactType!){
  unlockOrganizationContact(command: $command){
  }
}
1
2
3
4
5
{
  "command": {
    "userId":"5f807280-bb1a-42b2-9a96-ed107269ea06"
  }
}