Update a userpatch https://gateway.stage.bill.com/connect/v3/users/{userId}Update details about an existing user.Path ParamsuserIdstringrequiredlength ≥ 1BILL-generated ID of the user. The value begins with 006.Body ParamsfirstNamestringlength ≤ 100User first namelastNamestringlength ≤ 100User last nameroleIdstringBILL-generated ID of the user role. The value begins with 0po. If you do not set roleId, the default ADMINISTRATOR user role is assigned to the created user. You can get the list of available user roles with GET /v3/roles.HeaderssessionIdstring | nullAPI session ID generated with /v3/logindevKeystring | nullDeveloper key generated with your BILL developer accountResponses 200Update a user response 4XXList of errors. 5XXList of errors.Updated 4 months ago