cpfstring
Legal document number (CPF).
rolestring
Person's role in their organization.
ranking0 | 1 | 2 | 3 | 4 | 5
Ranking displayed as stars in the person's page.
descriptionstring
Your description of this person.
{"stackTrail":"components:schemas:postPeople:properties:birthday","oasType":"schema","type":"unknown","description":"Person's birthdate with or without year."}
authorinteger
User ID of the author of this person.
ownerUserinteger
User ID or email of the owner of this person.
allowedUsersinteger[]
Array of IDs of users that should be able to see this person.
allowToAllUserstrue
Set true if this person should be visible to all users.
customFieldsobject
Custom Fields information. A key-value map where each key is the identifier (name)
of a custom field and the value is the desired content.
Example:
{
"customFields": {
"custom_field_identifier_1" : "desired value",
"custom_field_identifier_2" : "desired value 2"
}
}