Job Description
Clerical Officer - Northern Ireland Housing Executive - Belfast Do you have administrative experience and looking for a role within the Public Sector? Apply today!
About the role:
1. £12.65 per hour
2. Housing Centre, Adelaide Street, Belfast
3. Monday to Friday 9.00am - 5.00pm
4. 37 hours a week,
5. Holidays: 35 days pro rata
6. Duration: Temporary, ongoing
7. Please note closing date for this vacancy is 16th September 2025 - however you can register your interest for other upcoming vacancies by applying today
What you'll be doing in this role:
8. Provide timely administrative and co-ordination support
9. Ensure data and reports are formatted correctly, to high standards of presentation using word, power point, excel and other IT software as required
10. Input data, maintain records and reporting systems
11. Customer service via regular telephone duties
12. Managing multiple inboxes
What requirements are needed for this role:
13. 5 GCSEs to include Maths and English
14. 1 year’s relevant experience in a similar role, delivering excellent customer service
15. Strong IT skills including Microsoft packages, communication skills, and organisational skills
16. As part of the reference checking and vetting process for this position you will be requested to undertake a Basic AccessNI Disclosure. Having a criminal record will not necessarily be a bar to obtaining a position
Riada Resourcing is an equal opportunities employer.
DO NOT USE: Criteria
Benefits
Apply
Share with a Friend
17. Share Vacancy on Facebook
18. Share Vacancy on X
19. Share Vacancy on LinkedIn
20. Share Vacancy on WhatsApp
21. Send Vacancy to a friend
// function selectJob() { var jobID = '36009'; var tagName = ''; if (GlobalEventObject != null) { target = GlobalEventObject.target || GlobalEventObject.srcElement; tagName = target.tagName; } tagName = tagName.toUpperCase(); if (tagName == 'A' || tagName == 'IMG') return; var newStatus = !$('#chk' + jobID).attr('checked'); if (tagName == 'INPUT') newStatus = !newStatus; PageMethods.HighlightJob(jobID, newStatus, AddSuccess, AddFailed, jobID) } function AddSuccess(res, joblst, newStatus) { var manyList = joblst.split(','); for (var jobid = 0; jobid < manyList.length; jobid++) { if (res == "added" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).addClass('selected'); $('#chk' + manyList[jobid]).attr('checked', true); } else if (res == "removed" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).removeClass('selected'); $('#chk' + manyList[jobid]).attr('checked', false); } } return false; } function AddFailed(res, jobid, newStatus) { alert('An error occurred whilst adding this vacancy to your list. Please try again'); return false; } PageMethods.set_path('/vacancies/vacancy-details.aspx'); //