Organogram Of Staff Roles & Salaries
Ministry of Housing, Communities and Local Government
@ukgov.organogram_department_for_levelling_up_housing_and_communities
Ministry of Housing, Communities and Local Government
@ukgov.organogram_department_for_levelling_up_housing_and_communities
Organogram (organisation chart) showing all staff roles. Names and salaries are also listed for the Senior Civil Servants.
Organogram data is released by all central government departments and their agencies since 2010. Snapshots for 31st March and 30th September are published by 6th June and 6th December each year. The published data is validated and released in CSV format and OGL-licensed for reuse. For more information about this series, see: http://guidance.data.gov.uk/organogram-data.html
Publisher name: Ministry of Housing, Communities and Local Government
Last updated: 2025-05-16T04:05:48Z
CREATE TABLE n_2024_12_31_organogram_junior (
"parent_department" VARCHAR,
"organisation" VARCHAR,
"unit" VARCHAR,
"reporting_senior_post" VARCHAR,
"grade" VARCHAR,
"payscale_minimum" BIGINT -- Payscale Minimum (£),
"payscale_maximum" BIGINT -- Payscale Maximum (£),
"generic_job_title" VARCHAR,
"number_of_posts_in_fte" DOUBLE,
"professional_occupational_group" VARCHAR,
"office_region" VARCHAR
);CREATE TABLE n_2024_12_31_organogram_senior (
"post_unique_reference" VARCHAR,
"name" VARCHAR,
"grade_or_equivalent" VARCHAR -- Grade (or Equivalent),
"job_title" VARCHAR,
"job_team_function" VARCHAR,
"parent_department" VARCHAR,
"organisation" VARCHAR,
"unit" VARCHAR,
"contact_phone" VARCHAR,
"contact_e_mail" VARCHAR,
"reports_to_senior_post" VARCHAR,
"salary_cost_of_reports" VARCHAR -- Salary Cost Of Reports (£),
"fte" DOUBLE,
"actual_pay_floor" VARCHAR -- Actual Pay Floor (£),
"actual_pay_ceiling" VARCHAR -- Actual Pay Ceiling (£),
"unnamed_15" VARCHAR -- Unnamed: 15,
"professional_occupational_group" VARCHAR,
"office_region" VARCHAR,
"notes" VARCHAR,
"valid" BIGINT -- Valid?
);CREATE TABLE table_12 (
"unnamed_0" VARCHAR -- Unnamed: 0,
"post_unique_reference" VARCHAR,
"name" VARCHAR,
"grade_or_equivalent" VARCHAR -- Grade (or Equivalent),
"job_title" VARCHAR,
"organisation" VARCHAR,
"group" VARCHAR,
"contact_phone" VARCHAR,
"contact_e_mail" VARCHAR,
"reports_to_senior_post" VARCHAR,
"salary_cost_of_reports" DOUBLE -- Salary Cost Of Reports (Ł),
"fte" DOUBLE,
"actual_pay_floor" VARCHAR -- Actual Pay Floor (Ł),
"actual_pay_ceiling" VARCHAR -- Actual Pay Ceiling (Ł),
"total_pay" VARCHAR -- Total Pay (Ł),
"professional_occupational_group" VARCHAR,
"unnamed_16" VARCHAR -- Unnamed: 16,
"notes" VARCHAR
);CREATE TABLE table_15 (
"parent_department" VARCHAR,
"unit" VARCHAR,
"reporting_senior_post" VARCHAR,
"grade" VARCHAR,
"payscale_minimum" BIGINT -- Payscale Minimum (Ł),
"payscale_maximum" BIGINT -- Payscale Maximum (Ł),
"generic_job_title" VARCHAR,
"number_of_posts_in_fte" DOUBLE,
"professional_occupational_group" VARCHAR
);Anyone who has the link will be able to view this.