v1

latestOpenAPI 3.0.12026-07-24310590875.6 KB
organization-users

Restore an archived user

Restore an archived user. In the response, the archived field is set as false.

You can perform any valid BILL operation on restored users. There is no change when you restore a restored user.

post/v3/users/{userId}/restore

Path parameters

userIdstring required

BILL-generated ID of the user. The value begins with 006.

Example:{{org_user_id}}

Headers

sessionIdstring nullable

API session ID generated with /v3/login

Example:{{session_id}}
devKeystring nullable

Developer key generated with your BILL developer account

Example:{{developer_key}}

Response

Restore an archived user response

idstring

BILL-generated ID of the user. The value begins with 006.

archivedboolean

Set as true if the user is archived

firstNamestring

User first name

lastNamestring

User last name

emailstring

User email address

createdTimestring date-time

Created date and time

updatedTimestring date-time

Updated date and time