v1
latestOpenAPI 3.1.02026-07-14801408.6 KB/employee_fields
Returns a collection of your account employee_fields. Required scope: r_account.
get/employee_fields
Path parameters
subdomainstring required
The account subdomain
Query parameters
member_idstring
Optional member id that can be derived from GET /members endpoint
Response
200
Example response
[
{
"id": "firstname",
"account_id": "3da58cc2",
"label": "First name",
"type": "text",
"editable_by": "admin",
"approvable_by": "admin",
"viewable_by": "all"
}
]