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.
  • Nukio API
    • Authentication
    • Device
    • User
      • POSTcreateUser
      • POSTdeleteUser
      • POSTupdateUser
      • GETgetUser
    • Geozone
    • Fleets
    • Notifications
    • Routes
    • Passengers
    • Account Status
    • Nukio SDK
LogoLogo
Nukio APIUser

updateUser

||View as Markdown|
POST
https://app.nukio.mx/api/v1/user/updateuser/authorization
POST
/api/v1/user/updateuser/authorization
$curl -X POST https://app.nukio.mx/api/v1/user/updateuser/authorization \
> -H "authorization: <apiKey>" \
> -H "Content-Type: application/json" \
> -d '{
> "userid": "userID",
> "contactname": "contactName",
> "contactemail": "contactEmail"
>}'
200User_updateUser_example
1{
2 "userID": "test",
3 "success": "1",
4 "isActive": "true",
5 "contactName": "Test User",
6 "status_code": "200",
7 "contactEmail": "test@test.com",
8 "displayDiscription": "New User"
9}
Was this page helpful?
Previous

deleteUser

Next

getUser

Built with

Authentication

authorizationstring
API Key authentication via header

Request

This endpoint expects an object.
useridstringRequired
contactnamestringRequired
contactemailstringRequired

Response headers

pragmastring
:statusstring
expiresstring
accept-rangesstring
cache-controlstring
x-frame-optionsstring
x-xss-protectionstring
x-application-contextstring
x-content-type-optionsstring

Response

OK
userIDstring
successstring
isActivestring
contactNamestring
status_codestring
contactEmailstringformat: "email"
displayDiscriptionstring
displayNameany