post
https://api.skyfire.xyz/api/v1/organizations/users//personal-data
As an Organization Admin, set personal data for a user in your organization.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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.
204No Content

