Zoho Recruit

users.get

To get a single user based on the provided user ID.

Remote zoho/recruit

Remote (network-hosted)

Other tools also called users.get? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "user": {
      "type": "string",
      "maxLength": 20,
      "description": "user Id"
    }
  }
}