Does Option exist within field type Multiple Option?

How do you check whether a option exists within a ‘field type’ multiple options (within a Person)?

If it doesn’t exist then I will create it…

Hey @James_Lane,

If you use this endpoint: GET/personFields/{id} you can look under the “options” to see which Labels exist for this Field.

Thanks David.
How can you add an option to a multiple option?

To add more options via API, just use PUT/dealFields/{id},
PUT
/organizationFields/{id}, or
PUT
/personFields/{id} (depending on what you want to update) and then add the Option to the String.