The Users page has a column for "role" which is empty because we're not returning the field on the GET /surveyors index. When we return the field on the API the front end does render the value - see screenshot from local environment after code change:
The Users page has a column for "role" which is empty because we're not returning the field on the
GET /surveyors
index. When we return the field on the API the front end does render the value - see screenshot from local environment after code change: