Update user profile

Updates the authenticated user’s profile information (name, company, profile picture).

Authentication

api-keystring

Your Atlas API key. Get it from the Atlas Portal under Settings > API Keys.

Request

This endpoint expects an object.
companystringOptional
Company name
full_namestringOptional
Administrator display name
picturestringOptionalformat: "uri"
Profile picture URL

Response

Profile updated successfully
user_metadataobject
picturestringformat: "uri"

Errors

400
Bad Request Error
500
Internal Server Error