Push API and Webhooks
...
Hiring Team
Application-level
retrieve get /applications/\<application pk>/users/ description retrieves a list of users that have access to the specified application please note, by default, this endpoint will only act on applications created via the same push api credentials please contact jobylon support team if permission for all company applicants is required response true 220,220,221left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type exceptions true 330,331left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type example request curl i \\ x get "$host/$api version/applications/1/users/" \\ h "x app id $app id" \\ h "x app key $app key" \\ h "content type application/json" response { "count" 6, "next" "$host/$api version/applications/1/users/?page=4", "previous" "$host/$api version/applications/1/users/?page=2", "results" \[ { "email primary" "kalle\@kulla com", "emails" \["kula\@kalle com", "kalle\@kulla com"], "first name" "kalle", "id" 1, "is agency user" false, "last name" "kula", "role" "admin" }, { "email primary" "kalle\@kulla com", "emails" \["kula\@kalle com", "kalle\@kulla com"], "first name" "kalle", "id" 2, "is agency user" false, "last name" "kula", "role" "owner" }, { "email primary" "kalle\@kulla com", "emails" \["kula\@kalle com", "kalle\@kulla com"], "first name" "kalle", "id" 3, "is agency user" false, "last name" "kula", "role" "job owner" }, { "email primary" "kalle\@kulla com", "emails" \["kula\@kalle com", "kalle\@kulla com"], "first name" "kalle", "id" 4, "is agency user" true, "last name" "kula", "role" "collaborator" }, { "email primary" "kalle\@kulla com", "emails" \["kula\@kalle com", "kalle\@kulla com"], "first name" "kalle", "id" 5, "is agency user" false, "last name" "kula", "role" "viewer" }, { "email primary" "kalle\@kulla com", "emails" \["kula\@kalle com", "kalle\@kulla com"], "first name" "kalle", "id" 6, "is agency user" false, "last name" "kula", "role" "application interviewer" } ] }