v1

latestOpenAPI 3.1.02026-07-14801408.6 KB

/members

Returns a collection of your account members. Required scope: r_jobs. Accessible with account tokens and user tokens.

get/members

Query parameters

limitinteger

Specifies the number of members to try and retrieve per page. (optional)

since_idstring

Returns results with an ID greater than or equal to the specified ID. (optional)

max_idstring

Returns results with an ID less than or equal to the specified ID. (optional)

rolestring

Filters for members of the specified recruiting role. Can be simple, admin or reviewer.

shortcodestring

Filters for a specific job, only collaborators will be returned.

emailstring

Filters for members of the specified email.

namestring

Filters for members of the specified full name (exact match).

statusstring

Filters for members based on the status. Possible values: active, inactive and all

Response

200

Example response

{
  "members": [
    {
      "id": "3dae6411",
      "name": "John Doe",
      "email": "john.doe@workable.com"
    }
  ]
}
All 80 operations