LowCodeAPI
  • User(7)
    • POST
      Create an user
    • PUT
      Update details of an user
    • GET
      Retrieve details of an user
    • DEL
      Delete an user
    • POST
      Make an user inactive
    • POST
      Make an user active
    • POST
      Assign a role to user
POST
PUT
GET
DELETE
POST
POST
POST
POST
https://api.lowcodeapi.com/zohoexpense/expense/v1/users
Request Payload

The payload will be sent as a application/json as a part of the request body.

Payload
namestring*
Name of the user
emailstring*
Active Email ID of the user
user_rolenumber
Role of the user
default_approver_emailstring
Email Id of the Approver for a user
approves_to_emailstring
Email ID of the user getting approved by
submission_amount_limitnumber
Limit of the amount being submitted
approval_amount_limitnumber
Limit of the amount being approved
employee_numberstring
Number of the employee
department_namestring
Name of the department
designation_namestring
Name of the designation
date_of_birthstring
Date Of Birth of the User
date_of_joiningstring
Date of Joining of the User
mobilenumber
Mobile Number of the User
genderstring
Gender of the User
policy_namestring
Name of the Policy
custom_fieldsarray
Custom Fields added
Response
API response data will be shown here once the request is completed.
Zoho Expense