curl --request POST \
--url https://dashboard.hologram.io/api/1/users/{userId} \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data email=newemail@test.com \
--data role=hdmUpdate the email and role for a specific user.
Access Control: Users can only update their own user information. Attempting to update another user’s information will result in an error.
curl --request POST \
--url https://dashboard.hologram.io/api/1/users/{userId} \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data email=newemail@test.com \
--data role=hdmDocumentation Index
Fetch the complete documentation index at: https://docs.hologram.io/llms.txt
Use this file to discover all available pages before exploring further.
HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key.
You can find your API key on the Hologram Dashboard under Account Settings.
Successful response
Was this page helpful?