For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search
/
Ask AI
Documentation
API Reference
Webhooks Reference
Main Reference
Users
Update a user.
Copy page
PUT
https://api.invofox.com
/
users
/
:id
Documentation
API Reference
Webhooks Reference
Ingest Reference
Files
Imports
Main Reference
Documents
Collections
Users
POST
Create a new user.
GET
List users for an account.
GET
Get the details of a user.
PUT
Update a user.
DEL
Delete a user.
DEL
Delete a list of users.
Authentication
x-api-key
string
API Key authentication via header
Path parameters
id
string
Required
Request
This endpoint expects an object.
name
string
Required
email
string
Required
format: "email"
securityGroups
list of strings
Required
Response
The updated user
result
object
Show 8 properties