show: (id) => {
    const request = axios.get(api_host + '/users/admin/' + id + '.json', {
      headers: api_headers()
    })
    return (dispatch) => {