pub fn users_user_id_get(
configuration: &Configuration,
user_id: &str,
) -> Result<ResponseContent<UserData>, Error<UsersUserIdGetError>>Expand description
Get user info: name and role.
pub fn users_user_id_get(
configuration: &Configuration,
user_id: &str,
) -> Result<ResponseContent<UserData>, Error<UsersUserIdGetError>>Get user info: name and role.