Set Organization User Personal Data

As an Organization Admin, set personal data for a user in your organization.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Authenticate with an Organization Admin User API key, sent in the skyfire-api-key header. Keys belonging to callers whose organization role is ADMIN are accepted; a MEMBER key, or any Agent API key, is rejected with 401.

The user identified by userId must belong to your organization and must be active. A user from another organization is reported as 404, and a deactivated user returns 400.

Request shape

Every field is optional, but they are nested under a required top-level data object:

{
  "data": {
    "person": { "firstName": "Ada", "lastName": "Lovelace" }
  }
}

Response

On success the endpoint returns 204 No Content with an empty body.

Path Params
string
required
Body Params
data
object
required
Responses
204

No Content

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json