Zoho Recruit
metadata.fields.get
Retrieve metadata of a specific custom field in a module using the field ID.
Remote zoho/recruit
Remote (network-hosted)
Other tools also called metadata.fields.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"type": {
"enum": [
"ActiveAndDeactive",
"CurrentUser",
"DeletedUsers",
"ParentRoleUsers",
"ChildRoleUsers",
"DeactiveUsers",
"NotConfirmedUsers",
"ConfirmedUsers",
"ActiveUsers",
"AdminUsers",
"ActiveConfirmedAdmins",
"ActiveConfirmedUsers",
"DeveloperUsers",
"SubordinateRoleUsers",
"AllUsers",
"AllActiveUsers"
],
"type": "string",
"maxLength": 50,
"description": "Filter users by their status, role, or confirmation state"
},
"module": {
"type": "string",
"maxLength": 100,
"description": "Specifies the module name"
},
"fieldId": {
"type": "string",
"format": "int64",
"description": "Unique ID of the custom field to be retrieved"
},
"include": {
"enum": [
"allowed_permissions_to_update",
"skip_field_permissionz"
],
"type": "string",
"maxLength": 50,
"description": "To include additional information about the field's permissions to update."
}
}
}