Echo author slug in post edit page

Found it:

global $post;
$author_id=$post->post_author;
the_author_meta('user_nicename', $author_id );