Skip to main content
PUT
/
client
/
user
Update user
curl --request PUT \
  --url https://api.orbital-systems.com/client/user \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "address": {
    "city": "<string>",
    "country": "<string>",
    "street": "<string>",
    "zip_code": "<string>"
  },
  "company": "<string>",
  "firstname": "<string>",
  "lastname": "<string>",
  "notification_app": true,
  "notification_email": true,
  "notification_interval": "<string>",
  "notifications": [
    "<string>"
  ],
  "phone_number": "<string>",
  "volume_unit": "<string>",
  "temperature_unit": "<string>",
  "group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "customer_id": "<string>",
  "consent": true,
  "google_home": true,
  "dark_theme": true,
  "use_phone_theme": true,
  "automatic_timezone": true,
  "routines": [
    "<string>"
  ],
  "locale": "<string>",
  "sharing_requests": true,
  "updated_at": "<string>"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "role": "<string>",
  "group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "address": {
    "city": "<string>",
    "country": "<string>",
    "street": "<string>",
    "zip_code": "<string>"
  },
  "company": "<string>",
  "email": "<string>",
  "firstname": "<string>",
  "lastname": "<string>",
  "notification_app": true,
  "notification_email": true,
  "notification_interval": "<string>",
  "notifications": [
    "<string>"
  ],
  "phone_number": "<string>",
  "volume_unit": "<string>",
  "temperature_unit": "<string>",
  "customer_id": "<string>",
  "consent": true,
  "google_home": true,
  "dark_theme": true,
  "use_phone_theme": true,
  "routines": [
    "<string>"
  ],
  "updated_at": "<string>",
  "automatic_timezone": true,
  "locale": "<string>",
  "sharing_requests": true
}

Documentation Index

Fetch the complete documentation index at: https://orbitalsystems.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Body

application/json
address
object
company
string
firstname
string
lastname
string
notification_app
boolean
notification_email
boolean
notification_interval
string
notifications
string[]
phone_number
string
volume_unit
string
temperature_unit
string
group_id
string<uuid>
customer_id
string
google_home
boolean
dark_theme
boolean
use_phone_theme
boolean
automatic_timezone
boolean
routines
string[]
locale
string
sharing_requests
boolean
updated_at
string

Response

User updated successfully

id
string<uuid>
role
string
group_id
string<uuid>
address
object
company
string
email
string
firstname
string
lastname
string
notification_app
boolean
notification_email
boolean
notification_interval
string
notifications
string[]
phone_number
string
volume_unit
string
temperature_unit
string
customer_id
string
google_home
boolean
dark_theme
boolean
use_phone_theme
boolean
routines
string[]
updated_at
string
automatic_timezone
boolean
locale
string
sharing_requests
boolean