/users/{user_gid}Update a user
Updates an existing user's account fields. Supply the fields to change inside the data object; fields you omit remain unchanged. A successful response contains the complete updated user record.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
User fields to update. Only properties supplied in the data object are changed; omitted properties retain their existing values.
A 400 is returned when a parameter is missing or malformed. A 401 is returned when the request does not include a valid authentication token, a 403 when the authenticated user cannot access the user or requested properties, a 404 when the user or request action does not exist, and a 500 when the API encounters a server-side problem. Use supported property names in opt_fields, including the documented nested custom-field properties, when requesting additional response fields.