v1

latestOpenAPI 3.1.02026-08-04821427.6 KB

/members

Updates a member. Required scope: w_members. Accessible with all token types.

put/members

Path parameters

subdomainstring required

The account subdomain

Request body

idstring required

The identifier of the member to be updated

rolesstring[] required

The member's roles in an array. Possible values are ats.admin, ats.simple, ats.reviewer, hris.admin, hris.employee, hris.limited, workable.superadmin plus any permission sets assigned to the member.

Response

200

idstring
namestring
headlinestring
emailstring
rolesstring[]
rolestring
hris_rolestring

Example response

{
  "id": "3dae63e5",
  "name": "John Doe",
  "email": "john.doe@workable.com",
  "role": "admin",
  "hris_role": "hris_admin"
}