Bulk undelete users

Undelete a user object. The maximum number of objects you can set in a bulk operation is 100.

In the response, isActive is set as 1 (Active).

What is a user?

A BILL organization user can perform operations depending on their user role profile (Administrator, Accountant, Approver, Clerk, Payer, Custom).

You can create a new user object with /v2/Crud/Create/User.json. The user role profileId is required for creating and managing users. Retrieve id values for all user role profiles with /v2/List/Profile.json.

Form Data
string
required

Developer key (sent to you when you create a developer account)

string
required

API session ID generated with /v2/Login.json

data
object
required
Response

Response body
object
integer

Response status.

  • 0: Success response
  • 1: Error response. Only error_code and error_message is returned in response_data.
string

Response status.

  • Success: Success response
  • Error: Error response. Only error_code and error_message is returned in response_data.
response_data
object
bulk
array of objects
bulk
object
integer

Response status.

  • 0: Success response
  • 1: Error response. Only error_code and error_message is returned in response_data.
string

Response status.

  • Success: Success response
  • Error: Error response. Only error_code and error_message is returned in response_data.
response_data
object
string

Error code (only when response_status is 1)

string

Error message (only when response_status is 1)

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json