Custom field in default category outside table API update
First step is to find an employee on your platform that has your custom field populated, once you have this copy the employee ID on the URL:
Then go to our API docs and use this call here
Paste the ID into the employee ID cell and then human readable = true
Run the call and then copy and paste the output into a viewer such as JSON viewer
Then search for the field that you have populated on the profile for example here is what I will copy into postman:
Then in postman I will tidy it up to only the rows we need which will be changed to this view:
(This is the line of code needed but their IT or a user who is using postman will know how to enter the code)
{
"custom":{
"field_1675186408211": "Bloomerang test"
}
}
Although the category is Basic info we will not use this as the field we are updating is a custom value. So you will need to set the value to a custom object. This is why the start of the code is "custom"
Before making any changes please head over to the headers tab and ensure you have removed this if this content type if it has been applied:
Then check the call and the employee ID are correct that you're importing into. Then we are good to make changes.
Once you have changed the value in the code for example I will change it to API bloomerang test
This will give a 200 ok output and if we go over to bob and check the profile we ran the call for it will be updated:
On the bob profile this has now been updated after a refresh: