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. £13.05 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 12 noon on 15th December 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. Management of performance measurements in order to understand and improve the business
10. Input data, maintain records and reporting systems
11. Customer service via regular telephone duties
12. Monitoring of inboxes
13. Drafting responses to letters and complaints on behalf of the Business Area Manager
What requirements are needed for this role:
14. 5 GCSEs to include Maths and English
15. 1 year’s relevant experience in a similar role, delivering excellent customer service
16. Strong IT skills including Microsoft packages, communication skills, and organisational skills
17. 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.
Keyboard Shortcuts
18. F9 - Move focus from the edit area to the Footer Toolbar
19. F10 - Move focus from the edit area to the first toolbar button
20. Shift + TAB - Move focus from the edit area to the last toolbar button
DO NOT USE: Criteria
Benefits
Apply
Share with a Friend
21. Share Vacancy on Facebook
22. Share Vacancy on X
23. Share Vacancy on LinkedIn
24. Share Vacancy on WhatsApp
25. Send Vacancy to a friend
// function selectJob() { var jobID = '36336'; 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'); //